#F25591

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

Shades of French Rose #F25591

Tints of French Rose #F25591

Color information

#F25591 (or 0xF25591) is unknown color: approx French Rose. HEX triplet: F2, 55 and 91. RGB value is (242,85,145). Sum of RGB (Red+Green+Blue) = 242+85+145=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F25591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25591 is #0DAA6E. Grayscale: #8A8A8A. Windows color (decimal): -895599 or 9524722. OLE color: 9524722.

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

Color convert

RGB24285145-
CMYK00.650.400.05
HSL337.07º85.79%64.12%-
HSV(B)337.07º64.88%94.9%-
XYZ44.9827.4229.71-
YUV138.78131.51201.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 85 (33.59% from 255) = 18.01%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=51.27%
G=18.01%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428514500.650.400.05337.0785.7964.12
HexF255910412851515640
Octal3621252210101505521126100
Binary111100101010101100100010100000110100010110101000110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25591; }

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

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

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

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

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

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

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

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