#F05297

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

Shades of French Rose #F05297

Tints of French Rose #F05297

Color information

#F05297 (or 0xF05297) is unknown color: approx French Rose. HEX triplet: F0, 52 and 97. RGB value is (240,82,151). Sum of RGB (Red+Green+Blue) = 240+82+151=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F05297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05297 is #0FAD68. Grayscale: #888888. Windows color (decimal): -1027433 or 9917168. OLE color: 9917168.

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

Color convert

RGB24082151-
CMYK00.660.370.06
HSL333.8º84.04%63.14%-
HSV(B)333.8º65.83%94.12%-
XYZ44.5426.7932.1-
YUV137.11135.85201.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.74%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 151 (59.38% from 255) = 31.92%
R=50.74%
G=17.34%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408215100.660.370.06333.884.0463.14
HexF0529704225614e543f
Octal360122227010245651612477
Binary11110000101001010010111010000101001011101010011101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05297; }

 p { color: rgb(240,82,151); }

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

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

 a { background-color: rgb(240,82,151); }

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

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

 span { border-color: rgb(240,82,151); }

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