#f25289

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

Shades of French Rose #F25289

Tints of French Rose #F25289

Color information

#F25289 (or 0xF25289) is unknown color: approx French Rose. HEX triplet: F2, 52 and 89. RGB value is (242,82,137). Sum of RGB (Red+Green+Blue) = 242+82+137=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F25289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25289 is #0DAD76. Grayscale: #888888. Windows color (decimal): -896375 or 8999666. OLE color: 8999666.

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

Color convert

RGB24282137-
CMYK00.660.430.05
HSL339.38º86.02%63.53%-
HSV(B)339.38º66.12%94.9%-
XYZ44.1526.7226.5-
YUV136.11128.51203.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.49%
GREEN value IS 82 (32.42% from 255) = 17.79%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=52.49%
G=17.79%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428213700.660.430.05339.3886.0263.53
HexF252890422B51535640
Octal3621222110102535523126100
Binary111100101010010100010010100001010101110110101001110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25289; }

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

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

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

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

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

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

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

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