#F047C4

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

Shades of Razzle Dazzle Rose #F047C4

Tints of Razzle Dazzle Rose #F047C4

Color information

#F047C4 (or 0xF047C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 47 and C4. RGB value is (240,71,196). Sum of RGB (Red+Green+Blue) = 240+71+196=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F047C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047C4 is #0FB83B. Grayscale: #878787. Windows color (decimal): -1030204 or 12863472. OLE color: 12863472.

HSL color Cylindrical-coordinate representation of color #F047C4: hue angle of 315.62º 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 #F047C4 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB24071196-
CMYK00.700.180.06
HSL315.62º84.92%60.98%-
HSV(B)315.62º70.42%94.12%-
XYZ48.1527.0254.9-
YUV135.78161.99202.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.34%
GREEN value IS 71 (28.12% from 255) = 14.00%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=47.34%
G=14.00%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407119600.700.180.06315.6284.9260.98
HexF047C404612613c553d
Octal360107304010622647412575
Binary1111000010001111100010001000110100101101001111001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F047C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F047C4; }

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

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

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

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

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

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

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

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