#F820D6

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

Shades of Razzle Dazzle Rose #F820D6

Tints of Razzle Dazzle Rose #F820D6

Color information

#F820D6 (or 0xF820D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 20 and D6. RGB value is (248,32,214). Sum of RGB (Red+Green+Blue) = 248+32+214=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F820D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820D6 is #07DF29. Grayscale: #747474. Windows color (decimal): -515882 or 14033144. OLE color: 14033144.

HSL color Cylindrical-coordinate representation of color #F820D6: hue angle of 309.44º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F820D6 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB24832214-
CMYK00.870.140.03
HSL309.44º93.91%54.9%-
HSV(B)309.44º87.1%97.25%-
XYZ51.3725.8465.9-
YUV117.33182.56221.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.20%
GREEN value IS 32 (12.89% from 255) = 6.48%
BLUE value IS 214 (83.98% from 255) = 43.32%
R=50.20%
G=6.48%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483221400.870.140.03309.4493.9154.9
HexF820D6057E31355e37
Octal37040326012716346513667
Binary1111100010000011010110010101111110111001101011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F820D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F820D6; }

 p { color: rgb(248,32,214); }

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

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

 a { background-color: rgb(248,32,214); }

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

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

 span { border-color: rgb(248,32,214); }

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