#F05392

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

Shades of French Rose #F05392

Tints of French Rose #F05392

Color information

#F05392 (or 0xF05392) is unknown color: approx French Rose. HEX triplet: F0, 53 and 92. RGB value is (240,83,146). Sum of RGB (Red+Green+Blue) = 240+83+146=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F05392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05392 is #0FAC6D. Grayscale: #898989. Windows color (decimal): -1027182 or 9589744. OLE color: 9589744.

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

Color convert

RGB24083146-
CMYK00.650.390.06
HSL335.92º83.96%63.33%-
HSV(B)335.92º65.42%94.12%-
XYZ44.2226.7930.03-
YUV137.12133.01201.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.17%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=51.17%
G=17.70%
B=31.13%

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
Decimal2408314600.650.390.06335.9283.9663.33
HexF05392041276150543f
Octal360123222010147652012477
Binary11110000101001110010010010000011001111101010100001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05392; }

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

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

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

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

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

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

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

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