#F151A8

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

Shades of Brilliant Rose #F151A8

Tints of Brilliant Rose #F151A8

Color information

#F151A8 (or 0xF151A8) is unknown color: approx Brilliant Rose. HEX triplet: F1, 51 and A8. RGB value is (241,81,168). Sum of RGB (Red+Green+Blue) = 241+81+168=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F151A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F151A8 is #0EAE57. Grayscale: #8A8A8A. Windows color (decimal): -962136 or 11031025. OLE color: 11031025.

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

Color convert

RGB24181168-
CMYK00.660.300.05
HSL327.38º85.11%63.14%-
HSV(B)327.38º66.39%94.51%-
XYZ46.2927.4139.9-
YUV138.76144.51200.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.18%
GREEN value IS 81 (32.03% from 255) = 16.53%
BLUE value IS 168 (66.02% from 255) = 34.29%
R=49.18%
G=16.53%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418116800.660.300.05327.3885.1163.14
HexF151A80421E5147553f
Octal361121250010236550712577
Binary1111000110100011010100001000010111101011010001111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F151A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F151A8; }

 p { color: rgb(241,81,168); }

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

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

 a { background-color: rgb(241,81,168); }

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

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

 span { border-color: rgb(241,81,168); }

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