#F1519B

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

Shades of Brilliant Rose #F1519B

Tints of Brilliant Rose #F1519B

Color information

#F1519B (or 0xF1519B) is unknown color: approx Brilliant Rose. HEX triplet: F1, 51 and 9B. RGB value is (241,81,155). Sum of RGB (Red+Green+Blue) = 241+81+155=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1519B is #0EAE64. Grayscale: #898989. Windows color (decimal): -962149 or 10179057. OLE color: 10179057.

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

Color convert

RGB24181155-
CMYK00.660.360.05
HSL332.25º85.11%63.14%-
HSV(B)332.25º66.39%94.51%-
XYZ45.1326.9533.83-
YUV137.28138.01201.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 81 (32.03% from 255) = 16.98%
BLUE value IS 155 (60.94% from 255) = 32.49%
R=50.52%
G=16.98%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418115500.660.360.05332.2585.1163.14
HexF1519B04224514c553f
Octal361121233010244551412577
Binary11110001101000110011011010000101001001011010011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1519B; }

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

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

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

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

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

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

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

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