#F849CD

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

Shades of Razzle Dazzle Rose #F849CD

Tints of Razzle Dazzle Rose #F849CD

Color information

#F849CD (or 0xF849CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 49 and CD. RGB value is (248,73,205). Sum of RGB (Red+Green+Blue) = 248+73+205=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F849CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F849CD is #07B632. Grayscale: #8C8C8C. Windows color (decimal): -505395 or 13453816. OLE color: 13453816.

HSL color Cylindrical-coordinate representation of color #F849CD: hue angle of 314.74º 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 #F849CD is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB24873205-
CMYK00.710.170.03
HSL314.74º92.59%62.94%-
HSV(B)314.74º70.56%97.25%-
XYZ52.1129.1360.63-
YUV140.37164.48204.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.15%
GREEN value IS 73 (28.91% from 255) = 13.88%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=47.15%
G=13.88%
B=38.97%

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
Decimal2487320500.710.170.03314.7492.5962.94
HexF849CD04711313b5d3f
Octal370111315010721347313577
Binary111110001001001110011010100011110001111001110111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F849CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F849CD; }

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

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

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

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

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

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

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

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