#F947CA

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

Shades of Razzle Dazzle Rose #F947CA

Tints of Razzle Dazzle Rose #F947CA

Color information

#F947CA (or 0xF947CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 47 and CA. RGB value is (249,71,202). Sum of RGB (Red+Green+Blue) = 249+71+202=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F947CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947CA is #06B835. Grayscale: #8A8A8A. Windows color (decimal): -440374 or 13256697. OLE color: 13256697.

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

Color convert

RGB24971202-
CMYK00.710.190.02
HSL315.84º93.68%62.75%-
HSV(B)315.84º71.49%97.65%-
XYZ51.9828.9158.72-
YUV139.16163.47206.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.70%
GREEN value IS 71 (28.12% from 255) = 13.60%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=47.70%
G=13.60%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497120200.710.190.02315.8493.6862.75
HexF947CA04713213c5e3f
Octal371107312010723247413677
Binary111110011000111110010100100011110011101001111001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F947CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F947CA; }

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

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

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

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

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

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

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

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