#F947D8

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

Shades of Razzle Dazzle Rose #F947D8

Tints of Razzle Dazzle Rose #F947D8

Color information

#F947D8 (or 0xF947D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 47 and D8. RGB value is (249,71,216). Sum of RGB (Red+Green+Blue) = 249+71+216=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 71 (28.12% from 255 or 13.25% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F947D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947D8 is #06B827. Grayscale: #8C8C8C. Windows color (decimal): -440360 or 14174201. OLE color: 14174201.

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

Color convert

RGB24971216-
CMYK00.710.130.02
HSL311.12º93.68%62.75%-
HSV(B)311.12º71.49%97.65%-
XYZ53.7129.667.85-
YUV140.75170.47205.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.46%
GREEN value IS 71 (28.12% from 255) = 13.25%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=46.46%
G=13.25%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497121600.710.130.02311.1293.6862.75
HexF947D8047D21375e3f
Octal371107330010715246713677
Binary11111001100011111011000010001111101101001101111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F947D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F947D8; }

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

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

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

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

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

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

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

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