#F849CE

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

Shades of Razzle Dazzle Rose #F849CE

Tints of Razzle Dazzle Rose #F849CE

Color information

#F849CE (or 0xF849CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 49 and CE. RGB value is (248,73,206). Sum of RGB (Red+Green+Blue) = 248+73+206=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F849CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F849CE is #07B631. Grayscale: #8C8C8C. Windows color (decimal): -505394 or 13519352. OLE color: 13519352.

HSL color Cylindrical-coordinate representation of color #F849CE: hue angle of 314.4º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F849CE is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB24873206-
CMYK00.710.170.03
HSL314.4º92.59%62.94%-
HSV(B)314.4º70.56%97.25%-
XYZ52.2329.1861.27-
YUV140.49164.98204.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.06%
GREEN value IS 73 (28.91% from 255) = 13.85%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=47.06%
G=13.85%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487320600.710.170.03314.492.5962.94
HexF849CE04711313a5d3f
Octal370111316010721347213577
Binary111110001001001110011100100011110001111001110101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F849CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F849CE; }

 p { color: rgb(248,73,206); }

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

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

 a { background-color: rgb(248,73,206); }

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

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

 span { border-color: rgb(248,73,206); }

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