#F05492

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

Shades of French Rose #F05492

Tints of French Rose #F05492

Color information

#F05492 (or 0xF05492) is unknown color: approx French Rose. HEX triplet: F0, 54 and 92. RGB value is (240,84,146). Sum of RGB (Red+Green+Blue) = 240+84+146=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F05492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05492 is #0FAB6D. Grayscale: #898989. Windows color (decimal): -1026926 or 9590000. OLE color: 9590000.

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

Color convert

RGB24084146-
CMYK00.650.390.06
HSL336.15º83.87%63.53%-
HSV(B)336.15º65%94.12%-
XYZ44.2926.9430.06-
YUV137.71132.68200.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 84 (33.20% from 255) = 17.87%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=51.06%
G=17.87%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408414600.650.390.06336.1583.8763.53
HexF054920412761505440
Octal3601242220101476520124100
Binary111100001010100100100100100000110011111010101000010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05492; }

 p { color: rgb(240,84,146); }

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

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

 a { background-color: rgb(240,84,146); }

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

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

 span { border-color: rgb(240,84,146); }

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