#F2598E

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

Shades of French Rose #F2598E

Tints of French Rose #F2598E

Color information

#F2598E (or 0xF2598E) is unknown color: approx French Rose. HEX triplet: F2, 59 and 8E. RGB value is (242,89,142). Sum of RGB (Red+Green+Blue) = 242+89+142=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2598E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2598E is #0DA671. Grayscale: #8C8C8C. Windows color (decimal): -894578 or 9329138. OLE color: 9329138.

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

Color convert

RGB24289142-
CMYK00.630.410.05
HSL339.22º85.47%64.9%-
HSV(B)339.22º63.22%94.9%-
XYZ45.0727.9728.62-
YUV140.79128.69200.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 89 (35.16% from 255) = 18.82%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=51.16%
G=18.82%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428914200.630.410.05339.2285.4764.9
HexF2598E03F2951535541
Octal362131216077515523125101
Binary11110010101100110001110011111110100110110101001110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2598E; }

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

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

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

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

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

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

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

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