#f25189

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

Shades of French Rose #F25189

Tints of French Rose #F25189

Color information

#F25189 (or 0xF25189) is unknown color: approx French Rose. HEX triplet: F2, 51 and 89. RGB value is (242,81,137). Sum of RGB (Red+Green+Blue) = 242+81+137=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F25189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25189 is #0DAE76. Grayscale: #878787. Windows color (decimal): -896631 or 8999410. OLE color: 8999410.

HSL color Cylindrical-coordinate representation of color #F25189: hue angle of 339.13º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25189 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB24281137-
CMYK00.670.430.05
HSL339.13º86.1%63.33%-
HSV(B)339.13º66.53%94.9%-
XYZ44.0826.5726.47-
YUV135.52128.84203.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.61%
GREEN value IS 81 (32.03% from 255) = 17.61%
BLUE value IS 137 (53.91% from 255) = 29.78%
R=52.61%
G=17.61%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428113700.670.430.05339.1386.163.33
HexF251890432B5153563f
Octal362121211010353552312677
Binary11110010101000110001001010000111010111011010100111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25189; }

 p { color: rgb(242,81,137); }

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

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

 a { background-color: rgb(242,81,137); }

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

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

 span { border-color: rgb(242,81,137); }

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