#F1509D

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

Shades of Brilliant Rose #F1509D

Tints of Brilliant Rose #F1509D

Color information

#F1509D (or 0xF1509D) is unknown color: approx Brilliant Rose. HEX triplet: F1, 50 and 9D. RGB value is (241,80,157). Sum of RGB (Red+Green+Blue) = 241+80+157=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1509D is #0EAF62. Grayscale: #888888. Windows color (decimal): -962403 or 10309873. OLE color: 10309873.

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

Color convert

RGB24180157-
CMYK00.670.350.05
HSL331.3º85.19%62.94%-
HSV(B)331.3º66.8%94.51%-
XYZ45.2326.8734.7-
YUV136.92139.34202.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 80 (31.64% from 255) = 16.74%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=50.42%
G=16.74%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418015700.670.350.05331.385.1962.94
HexF1509D04323514b553f
Octal361120235010343551312577
Binary11110001101000010011101010000111000111011010010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1509D; }

 p { color: rgb(241,80,157); }

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

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

 a { background-color: rgb(241,80,157); }

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

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

 span { border-color: rgb(241,80,157); }

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