#F25B92

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

Shades of French Rose #F25B92

Tints of French Rose #F25B92

Color information

#F25B92 (or 0xF25B92) is unknown color: approx French Rose. HEX triplet: F2, 5B and 92. RGB value is (242,91,146). Sum of RGB (Red+Green+Blue) = 242+91+146=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25B92 is #0DA46D. Grayscale: #8E8E8E. Windows color (decimal): -894062 or 9591794. OLE color: 9591794.

HSL color Cylindrical-coordinate representation of color #F25B92: hue angle of 338.15º 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 #F25B92 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB24291146-
CMYK00.620.400.05
HSL338.15º85.31%65.29%-
HSV(B)338.15º62.4%94.9%-
XYZ45.5528.4330.28-
YUV142.42130.03199.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.52%
GREEN value IS 91 (35.94% from 255) = 19.00%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=50.52%
G=19.00%
B=30.48%

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
Decimal2429114600.620.400.05338.1585.3165.29
HexF25B9203E2851525541
Octal362133222076505522125101
Binary11110010101101110010010011111010100010110101001010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25B92; }

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

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

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

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

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

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

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

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