#F05496

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

Shades of French Rose #F05496

Tints of French Rose #F05496

Color information

#F05496 (or 0xF05496) is unknown color: approx French Rose. HEX triplet: F0, 54 and 96. RGB value is (240,84,150). Sum of RGB (Red+Green+Blue) = 240+84+150=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F05496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05496 is #0FAB69. Grayscale: #8A8A8A. Windows color (decimal): -1026922 or 9852144. OLE color: 9852144.

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

Color convert

RGB24084150-
CMYK00.650.370.06
HSL334.62º83.87%63.53%-
HSV(B)334.62º65%94.12%-
XYZ44.6127.0731.73-
YUV138.17134.68200.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.63%
GREEN value IS 84 (33.20% from 255) = 17.72%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=50.63%
G=17.72%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408415000.650.370.06334.6283.8763.53
HexF0549604125614f5440
Octal3601242260101456517124100
Binary111100001010100100101100100000110010111010100111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05496; }

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

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

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

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

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

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

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

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