#F2588E

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

Shades of French Rose #F2588E

Tints of French Rose #F2588E

Color information

#F2588E (or 0xF2588E) is unknown color: approx French Rose. HEX triplet: F2, 58 and 8E. RGB value is (242,88,142). Sum of RGB (Red+Green+Blue) = 242+88+142=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2588E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2588E is #0DA771. Grayscale: #8C8C8C. Windows color (decimal): -894834 or 9328882. OLE color: 9328882.

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

Color convert

RGB24288142-
CMYK00.640.410.05
HSL338.96º85.56%64.71%-
HSV(B)338.96º63.64%94.9%-
XYZ44.9927.8128.59-
YUV140.2129.02200.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 88 (34.77% from 255) = 18.64%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=51.27%
G=18.64%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428814200.640.410.05338.9685.5664.71
HexF2588E0402951535641
Octal3621302160100515523126101
Binary111100101011000100011100100000010100110110101001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2588E; }

 p { color: rgb(242,88,142); }

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

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

 a { background-color: rgb(242,88,142); }

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

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

 span { border-color: rgb(242,88,142); }

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