#F25B91

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

Shades of French Rose #F25B91

Tints of French Rose #F25B91

Color information

#F25B91 (or 0xF25B91) is unknown color: approx French Rose. HEX triplet: F2, 5B and 91. RGB value is (242,91,145). Sum of RGB (Red+Green+Blue) = 242+91+145=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25B91 is #0DA46E. Grayscale: #8E8E8E. Windows color (decimal): -894063 or 9526258. OLE color: 9526258.

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

Color convert

RGB24291145-
CMYK00.620.400.05
HSL338.54º85.31%65.29%-
HSV(B)338.54º62.4%94.9%-
XYZ45.4728.429.87-
YUV142.3129.53199.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.63%
GREEN value IS 91 (35.94% from 255) = 19.04%
BLUE value IS 145 (57.03% from 255) = 30.33%
R=50.63%
G=19.04%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429114500.620.400.05338.5485.3165.29
HexF25B9103E2851535541
Octal362133221076505523125101
Binary11110010101101110010001011111010100010110101001110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25B91; }

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

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

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

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

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

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

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

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