#F1509A

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

Shades of Brilliant Rose #F1509A

Tints of Brilliant Rose #F1509A

Color information

#F1509A (or 0xF1509A) is unknown color: approx Brilliant Rose. HEX triplet: F1, 50 and 9A. RGB value is (241,80,154). Sum of RGB (Red+Green+Blue) = 241+80+154=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1509A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1509A is #0EAF65. Grayscale: #888888. Windows color (decimal): -962406 or 10113265. OLE color: 10113265.

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

Color convert

RGB24180154-
CMYK00.670.360.05
HSL332.42º85.19%62.94%-
HSV(B)332.42º66.8%94.51%-
XYZ44.9826.7733.37-
YUV136.57137.84202.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 80 (31.64% from 255) = 16.84%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=50.74%
G=16.84%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418015400.670.360.05332.4285.1962.94
HexF1509A04324514c553f
Octal361120232010344551412577
Binary11110001101000010011010010000111001001011010011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1509A; }

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

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

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

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

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

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

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

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