#F021D6

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

Shades of Razzle Dazzle Rose #F021D6

Tints of Razzle Dazzle Rose #F021D6

Color information

#F021D6 (or 0xF021D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 21 and D6. RGB value is (240,33,214). Sum of RGB (Red+Green+Blue) = 240+33+214=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F021D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F021D6 is #0FDE29. Grayscale: #737373. Windows color (decimal): -1039914 or 14033392. OLE color: 14033392.

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

Color convert

RGB24033214-
CMYK00.860.110.06
HSL307.54º87.34%53.53%-
HSV(B)307.54º86.25%94.12%-
XYZ48.6224.4765.78-
YUV115.53183.58216.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.28%
GREEN value IS 33 (13.28% from 255) = 6.78%
BLUE value IS 214 (83.98% from 255) = 43.94%
R=49.28%
G=6.78%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403321400.860.110.06307.5487.3453.53
HexF021D6056B61345736
Octal36041326012613646412766
Binary11110000100001110101100101011010111101001101001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F021D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F021D6; }

 p { color: rgb(240,33,214); }

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

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

 a { background-color: rgb(240,33,214); }

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

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

 span { border-color: rgb(240,33,214); }

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