#f15ba0

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

Shades of Brilliant Rose #F15BA0

Tints of Brilliant Rose #F15BA0

Color information

#F15BA0 (or 0xF15BA0) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5B and A0. RGB value is (241,91,160). Sum of RGB (Red+Green+Blue) = 241+91+160=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BA0 is #0EA45F. Grayscale: #8F8F8F. Windows color (decimal): -959584 or 10509297. OLE color: 10509297.

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

Color convert

RGB24191160-
CMYK00.620.340.05
HSL332.4º84.27%65.1%-
HSV(B)332.4º62.24%94.51%-
XYZ46.3628.7236.36-
YUV143.72137.2197.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.98%
GREEN value IS 91 (35.94% from 255) = 18.50%
BLUE value IS 160 (62.89% from 255) = 32.52%
R=48.98%
G=18.50%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419116000.620.340.05332.484.2765.1
HexF15BA003E22514c5441
Octal361133240076425514124101
Binary11110001101101110100000011111010001010110100110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f15ba0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f15ba0; }

 p { color: rgb(241,91,160); }

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

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

 a { background-color: rgb(241,91,160); }

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

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

 span { border-color: rgb(241,91,160); }

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