#F947C2

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

Shades of Razzle Dazzle Rose #F947C2

Tints of Razzle Dazzle Rose #F947C2

Color information

#F947C2 (or 0xF947C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 47 and C2. RGB value is (249,71,194). Sum of RGB (Red+Green+Blue) = 249+71+194=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F947C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947C2 is #06B83D. Grayscale: #898989. Windows color (decimal): -440382 or 12732409. OLE color: 12732409.

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

Color convert

RGB24971194-
CMYK00.710.220.02
HSL318.54º93.68%62.75%-
HSV(B)318.54º71.49%97.65%-
XYZ51.0628.5453.86-
YUV138.24159.47207-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.44%
GREEN value IS 71 (28.12% from 255) = 13.81%
BLUE value IS 194 (76.17% from 255) = 37.74%
R=48.44%
G=13.81%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497119400.710.220.02318.5493.6862.75
HexF947C204716213f5e3f
Octal371107302010726247713677
Binary111110011000111110000100100011110110101001111111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F947C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F947C2; }

 p { color: rgb(249,71,194); }

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

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

 a { background-color: rgb(249,71,194); }

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

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

 span { border-color: rgb(249,71,194); }

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