#F15DA9

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

Shades of Brilliant Rose #F15DA9

Tints of Brilliant Rose #F15DA9

Color information

#F15DA9 (or 0xF15DA9) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5D and A9. RGB value is (241,93,169). Sum of RGB (Red+Green+Blue) = 241+93+169=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15DA9 is #0EA256. Grayscale: #919191. Windows color (decimal): -959063 or 11099633. OLE color: 11099633.

HSL color Cylindrical-coordinate representation of color #F15DA9: hue angle of 329.19º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15DA9 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB24193169-
CMYK00.610.300.05
HSL329.19º84.09%65.49%-
HSV(B)329.19º61.41%94.51%-
XYZ47.3529.3940.71-
YUV145.92141.03195.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 93 (36.72% from 255) = 18.49%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=47.91%
G=18.49%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419316900.610.300.05329.1984.0965.49
HexF15DA903D1E51495441
Octal361135251075365511124101
Binary1111000110111011010100101111011111010110100100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15DA9; }

 p { color: rgb(241,93,169); }

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

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

 a { background-color: rgb(241,93,169); }

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

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

 span { border-color: rgb(241,93,169); }

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