#F04782

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

Shades of French Rose #F04782

Tints of French Rose #F04782

Color information

#F04782 (or 0xF04782) is unknown color: approx French Rose. HEX triplet: F0, 47 and 82. RGB value is (240,71,130). Sum of RGB (Red+Green+Blue) = 240+71+130=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F04782 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04782 is #0FB87D. Grayscale: #808080. Windows color (decimal): -1030270 or 8538096. OLE color: 8538096.

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

Color convert

RGB24071130-
CMYK00.700.460.06
HSL339.05º84.92%60.98%-
HSV(B)339.05º70.42%94.12%-
XYZ42.2224.6423.65-
YUV128.26128.99207.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.42%
GREEN value IS 71 (28.12% from 255) = 16.10%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=54.42%
G=16.10%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407113000.700.460.06339.0584.9260.98
HexF047820462E6153553d
Octal360107202010656652312575
Binary11110000100011110000010010001101011101101010100111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04782; }

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

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

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

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

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

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

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

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