#F15BAD

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

Shades of Brilliant Rose #F15BAD

Tints of Brilliant Rose #F15BAD

Color information

#F15BAD (or 0xF15BAD) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5B and AD. RGB value is (241,91,173). Sum of RGB (Red+Green+Blue) = 241+91+173=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BAD is #0EA452. Grayscale: #919191. Windows color (decimal): -959571 or 11361265. OLE color: 11361265.

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

Color convert

RGB24191173-
CMYK00.620.280.05
HSL327.2º84.27%65.1%-
HSV(B)327.2º62.24%94.51%-
XYZ47.5629.242.66-
YUV145.2143.7196.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.72%
GREEN value IS 91 (35.94% from 255) = 18.02%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=47.72%
G=18.02%
B=34.26%

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
Decimal2419117300.620.280.05327.284.2765.1
HexF15BAD03E1C51475441
Octal361133255076345507124101
Binary1111000110110111010110101111101110010110100011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15BAD; }

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

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

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

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

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

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

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

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