#F15FA6

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

Shades of Brilliant Rose #F15FA6

Tints of Brilliant Rose #F15FA6

Color information

#F15FA6 (or 0xF15FA6) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5F and A6. RGB value is (241,95,166). Sum of RGB (Red+Green+Blue) = 241+95+166=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15FA6 is #0EA059. Grayscale: #929292. Windows color (decimal): -958554 or 10903537. OLE color: 10903537.

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

Color convert

RGB24195166-
CMYK00.610.310.05
HSL330.82º83.91%65.88%-
HSV(B)330.82º60.58%94.51%-
XYZ47.2529.6439.31-
YUV146.75138.87195.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 95 (37.5% from 255) = 18.92%
BLUE value IS 166 (65.23% from 255) = 33.07%
R=48.01%
G=18.92%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419516600.610.310.05330.8283.9165.88
HexF15FA603D1F514b5442
Octal361137246075375513124102
Binary1111000110111111010011001111011111110110100101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15FA6; }

 p { color: rgb(241,95,166); }

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

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

 a { background-color: rgb(241,95,166); }

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

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

 span { border-color: rgb(241,95,166); }

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