#F04DBF

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

Shades of Razzle Dazzle Rose #F04DBF

Tints of Razzle Dazzle Rose #F04DBF

Color information

#F04DBF (or 0xF04DBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 4D and BF. RGB value is (240,77,191). Sum of RGB (Red+Green+Blue) = 240+77+191=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DBF is #0FB240. Grayscale: #8A8A8A. Windows color (decimal): -1028673 or 12537328. OLE color: 12537328.

HSL color Cylindrical-coordinate representation of color #F04DBF: hue angle of 318.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04DBF is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB24077191-
CMYK00.680.200.06
HSL318.04º84.46%62.16%-
HSV(B)318.04º67.92%94.12%-
XYZ47.9927.5952.09-
YUV138.73157.5200.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.24%
GREEN value IS 77 (30.47% from 255) = 15.16%
BLUE value IS 191 (75% from 255) = 37.60%
R=47.24%
G=15.16%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407719100.680.200.06318.0484.4662.16
HexF04DBF04414613e543e
Octal360115277010424647612476
Binary1111000010011011011111101000100101001101001111101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04DBF; }

 p { color: rgb(240,77,191); }

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

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

 a { background-color: rgb(240,77,191); }

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

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

 span { border-color: rgb(240,77,191); }

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