#F04781

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

Shades of French Rose #F04781

Tints of French Rose #F04781

Color information

#F04781 (or 0xF04781) is unknown color: approx French Rose. HEX triplet: F0, 47 and 81. RGB value is (240,71,129). Sum of RGB (Red+Green+Blue) = 240+71+129=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F04781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04781 is #0FB87E. Grayscale: #808080. Windows color (decimal): -1030271 or 8472560. OLE color: 8472560.

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

Color convert

RGB24071129-
CMYK00.700.460.06
HSL339.41º84.92%60.98%-
HSV(B)339.41º70.42%94.12%-
XYZ42.1524.6223.3-
YUV128.14128.49207.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.55%
GREEN value IS 71 (28.12% from 255) = 16.14%
BLUE value IS 129 (50.78% from 255) = 29.32%
R=54.55%
G=16.14%
B=29.32%

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
Decimal2407112900.700.460.06339.4184.9260.98
HexF047810462E6153553d
Octal360107201010656652312575
Binary11110000100011110000001010001101011101101010100111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04781; }

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

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

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

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

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

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

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

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