#F05B91

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

Shades of French Rose #F05B91

Tints of French Rose #F05B91

Color information

#F05B91 (or 0xF05B91) is unknown color: approx French Rose. HEX triplet: F0, 5B and 91. RGB value is (240,91,145). Sum of RGB (Red+Green+Blue) = 240+91+145=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05B91 is #0FA46E. Grayscale: #8D8D8D. Windows color (decimal): -1025135 or 9526256. OLE color: 9526256.

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

Color convert

RGB24091145-
CMYK00.620.400.06
HSL338.26º83.24%64.9%-
HSV(B)338.26º62.08%94.12%-
XYZ44.7928.0529.84-
YUV141.71129.86198.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.42%
GREEN value IS 91 (35.94% from 255) = 19.12%
BLUE value IS 145 (57.03% from 255) = 30.46%
R=50.42%
G=19.12%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409114500.620.400.06338.2683.2464.9
HexF05B9103E2861525341
Octal360133221076506522123101
Binary11110000101101110010001011111010100011010101001010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B91; }

 p { color: rgb(240,91,145); }

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

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

 a { background-color: rgb(240,91,145); }

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

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

 span { border-color: rgb(240,91,145); }

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