#F949C6

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

Shades of Razzle Dazzle Rose #F949C6

Tints of Razzle Dazzle Rose #F949C6

Color information

#F949C6 (or 0xF949C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 49 and C6. RGB value is (249,73,198). Sum of RGB (Red+Green+Blue) = 249+73+198=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F949C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949C6 is #06B639. Grayscale: #8B8B8B. Windows color (decimal): -439866 or 12995065. OLE color: 12995065.

HSL color Cylindrical-coordinate representation of color #F949C6: hue angle of 317.39º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949C6 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB24973198-
CMYK00.710.200.02
HSL317.39º93.62%63.14%-
HSV(B)317.39º70.68%97.65%-
XYZ51.6428.9856.3-
YUV139.87160.81205.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.88%
GREEN value IS 73 (28.91% from 255) = 14.04%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=47.88%
G=14.04%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497319800.710.200.02317.3993.6263.14
HexF949C604714213d5e3f
Octal371111306010724247513677
Binary111110011001001110001100100011110100101001111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F949C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F949C6; }

 p { color: rgb(249,73,198); }

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

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

 a { background-color: rgb(249,73,198); }

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

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

 span { border-color: rgb(249,73,198); }

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