#F155A9

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

Shades of Brilliant Rose #F155A9

Tints of Brilliant Rose #F155A9

Color information

#F155A9 (or 0xF155A9) is unknown color: approx Brilliant Rose. HEX triplet: F1, 55 and A9. RGB value is (241,85,169). Sum of RGB (Red+Green+Blue) = 241+85+169=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F155A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F155A9 is #0EAA56. Grayscale: #8D8D8D. Windows color (decimal): -961111 or 11097585. OLE color: 11097585.

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

Color convert

RGB24185169-
CMYK00.650.300.05
HSL327.69º84.78%63.92%-
HSV(B)327.69º64.73%94.51%-
XYZ46.6928.0640.49-
YUV141.22143.68199.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 85 (33.59% from 255) = 17.17%
BLUE value IS 169 (66.41% from 255) = 34.14%
R=48.69%
G=17.17%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418516900.650.300.05327.6984.7863.92
HexF155A90411E51485540
Octal3611252510101365510125100
Binary11110001101010110101001010000011111010110100100010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F155A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F155A9; }

 p { color: rgb(241,85,169); }

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

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

 a { background-color: rgb(241,85,169); }

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

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

 span { border-color: rgb(241,85,169); }

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