#F15BAE

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

Shades of Brilliant Rose #F15BAE

Tints of Brilliant Rose #F15BAE

Color information

#F15BAE (or 0xF15BAE) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5B and AE. RGB value is (241,91,174). Sum of RGB (Red+Green+Blue) = 241+91+174=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BAE is #0EA451. Grayscale: #919191. Windows color (decimal): -959570 or 11426801. OLE color: 11426801.

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

Color convert

RGB24191174-
CMYK00.620.280.05
HSL326.8º84.27%65.1%-
HSV(B)326.8º62.24%94.51%-
XYZ47.6629.2443.18-
YUV145.31144.2196.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 91 (35.94% from 255) = 17.98%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=47.63%
G=17.98%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419117400.620.280.05326.884.2765.1
HexF15BAE03E1C51475441
Octal361133256076345507124101
Binary1111000110110111010111001111101110010110100011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15BAE; }

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

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

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

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

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

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

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

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