#F1588C

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

Shades of French Rose #F1588C

Tints of French Rose #F1588C

Color information

#F1588C (or 0xF1588C) is unknown color: approx French Rose. HEX triplet: F1, 58 and 8C. RGB value is (241,88,140). Sum of RGB (Red+Green+Blue) = 241+88+140=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1588C is #0EA773. Grayscale: #8B8B8B. Windows color (decimal): -960372 or 9197809. OLE color: 9197809.

HSL color Cylindrical-coordinate representation of color #F1588C: hue angle of 339.61º 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 #F1588C is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB24188140-
CMYK00.630.420.05
HSL339.61º84.53%64.51%-
HSV(B)339.61º63.49%94.51%-
XYZ44.527.5727.79-
YUV139.68128.19200.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=51.39%
G=18.76%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418814000.630.420.05339.6184.5364.51
HexF1588C03F2A51545541
Octal361130214077525524125101
Binary11110001101100010001100011111110101010110101010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1588C; }

 p { color: rgb(241,88,140); }

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

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

 a { background-color: rgb(241,88,140); }

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

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

 span { border-color: rgb(241,88,140); }

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