#f024dd

Color #F024DD Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F024DD

Tints of Razzle Dazzle Rose #F024DD

Color information

#F024DD (or 0xF024DD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 24 and DD. RGB value is (240,36,221). Sum of RGB (Red+Green+Blue) = 240+36+221=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F024DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024DD is #0FDB22. Grayscale: #757575. Windows color (decimal): -1039139 or 14492912. OLE color: 14492912.

HSL color Cylindrical-coordinate representation of color #F024DD: hue angle of 305.59º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F024DD is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB24036221-
CMYK00.850.080.06
HSL305.59º87.18%54.12%-
HSV(B)305.59º85%94.12%-
XYZ49.6225.0170.62-
YUV118.09186.09214.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 48.29%
GREEN value IS 36 (14.45% from 255) = 7.24%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=48.29%
G=7.24%
B=44.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403622100.850.080.06305.5987.1854.12
HexF024DD055861325736
Octal36044335012510646212766
Binary11110000100100110111010101010110001101001100101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f024dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f024dd; }

 p { color: rgb(240,36,221); }

 H1.HeaderClassName
 {
   color: #f024dd;
 }
 .AnyTagClassName
 {
   color: #f024dd;
 }
</style>
background-color css

<style>
 a { background-color: #f024dd; }

 a { background-color: rgb(240,36,221); }

 div.DivClassName
 {
   background-color: #f024dd;
 }
 .BgClassName
 {
   background-color: #f024dd;
 }
</style>
border-color css

<style>
 span { border-color: #f024dd; }

 span { border-color: rgb(240,36,221); }

 td.TdClassName
 {
   border-color: #f024dd;
 }
 .TagClassName
 {
   border-color: #f024dd;
 }
</style>