#F05192

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

Shades of French Rose #F05192

Tints of French Rose #F05192

Color information

#F05192 (or 0xF05192) is unknown color: approx French Rose. HEX triplet: F0, 51 and 92. RGB value is (240,81,146). Sum of RGB (Red+Green+Blue) = 240+81+146=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F05192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05192 is #0FAE6D. Grayscale: #878787. Windows color (decimal): -1027694 or 9589232. OLE color: 9589232.

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

Color convert

RGB24081146-
CMYK00.660.390.06
HSL335.47º84.13%62.94%-
HSV(B)335.47º66.25%94.12%-
XYZ44.0726.4929.98-
YUV135.95133.68202.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.39%
GREEN value IS 81 (32.03% from 255) = 17.34%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=51.39%
G=17.34%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408114600.660.390.06335.4784.1362.94
HexF0519204227614f543f
Octal360121222010247651712477
Binary11110000101000110010010010000101001111101010011111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05192; }

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

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

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

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

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

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

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

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