#F047C8

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

Shades of Razzle Dazzle Rose #F047C8

Tints of Razzle Dazzle Rose #F047C8

Color information

#F047C8 (or 0xF047C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 47 and C8. RGB value is (240,71,200). Sum of RGB (Red+Green+Blue) = 240+71+200=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F047C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047C8 is #0FB837. Grayscale: #878787. Windows color (decimal): -1030200 or 13125616. OLE color: 13125616.

HSL color Cylindrical-coordinate representation of color #F047C8: hue angle of 314.2º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047C8 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB24071200-
CMYK00.700.170.06
HSL314.2º84.92%60.98%-
HSV(B)314.2º70.42%94.12%-
XYZ48.6127.257.33-
YUV136.24163.99202.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 71 (28.12% from 255) = 13.89%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=46.97%
G=13.89%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407120000.700.170.06314.284.9260.98
HexF047C804611613a553d
Octal360107310010621647212575
Binary1111000010001111100100001000110100011101001110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F047C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F047C8; }

 p { color: rgb(240,71,200); }

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

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

 a { background-color: rgb(240,71,200); }

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

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

 span { border-color: rgb(240,71,200); }

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