#F15C92

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

Shades of French Rose #F15C92

Tints of French Rose #F15C92

Color information

#F15C92 (or 0xF15C92) is unknown color: approx French Rose. HEX triplet: F1, 5C and 92. RGB value is (241,92,146). Sum of RGB (Red+Green+Blue) = 241+92+146=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C92 is #0EA36D. Grayscale: #8E8E8E. Windows color (decimal): -959342 or 9592049. OLE color: 9592049.

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

Color convert

RGB24192146-
CMYK00.620.390.05
HSL338.26º84.18%65.29%-
HSV(B)338.26º61.83%94.51%-
XYZ45.2928.4330.29-
YUV142.71129.86198.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=50.31%
G=19.21%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419214600.620.390.05338.2684.1865.29
HexF15C9203E2751525441
Octal361134222076475522124101
Binary11110001101110010010010011111010011110110101001010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15C92; }

 p { color: rgb(241,92,146); }

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

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

 a { background-color: rgb(241,92,146); }

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

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

 span { border-color: rgb(241,92,146); }

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