#F15C99

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

Shades of Brilliant Rose #F15C99

Tints of Brilliant Rose #F15C99

Color information

#F15C99 (or 0xF15C99) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5C and 99. RGB value is (241,92,153). Sum of RGB (Red+Green+Blue) = 241+92+153=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C99 is #0EA366. Grayscale: #8F8F8F. Windows color (decimal): -959335 or 10050801. OLE color: 10050801.

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

Color convert

RGB24192153-
CMYK00.620.370.05
HSL335.44º84.18%65.29%-
HSV(B)335.44º61.83%94.51%-
XYZ45.8528.6533.25-
YUV143.5133.36197.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.59%
GREEN value IS 92 (36.33% from 255) = 18.93%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=49.59%
G=18.93%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419215300.620.370.05335.4484.1865.29
HexF15C9903E25514f5441
Octal361134231076455517124101
Binary11110001101110010011001011111010010110110100111110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15C99; }

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

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

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

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

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

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

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

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