#f15c9b

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

Shades of Brilliant Rose #F15C9B

Tints of Brilliant Rose #F15C9B

Color information

#F15C9B (or 0xF15C9B) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5C and 9B. RGB value is (241,92,155). Sum of RGB (Red+Green+Blue) = 241+92+155=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C9B is #0EA364. Grayscale: #8F8F8F. Windows color (decimal): -959333 or 10181873. OLE color: 10181873.

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

Color convert

RGB24192155-
CMYK00.620.360.05
HSL334.63º84.18%65.29%-
HSV(B)334.63º61.83%94.51%-
XYZ46.0228.7234.13-
YUV143.73134.36197.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 92 (36.33% from 255) = 18.85%
BLUE value IS 155 (60.94% from 255) = 31.76%
R=49.39%
G=18.85%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419215500.620.360.05334.6384.1865.29
HexF15C9B03E24514f5441
Octal361134233076445517124101
Binary11110001101110010011011011111010010010110100111110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f15c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f15c9b; }

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

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

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

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

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

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

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

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