#F45AA1

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

Shades of Brilliant Rose #F45AA1

Tints of Brilliant Rose #F45AA1

Color information

#F45AA1 (or 0xF45AA1) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5A and A1. RGB value is (244,90,161). Sum of RGB (Red+Green+Blue) = 244+90+161=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45AA1 is #0BA55E. Grayscale: #909090. Windows color (decimal): -763231 or 10574580. OLE color: 10574580.

HSL color Cylindrical-coordinate representation of color #F45AA1: hue angle of 332.34º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45AA1 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB24490161-
CMYK00.630.340.04
HSL332.34º87.5%65.49%-
HSV(B)332.34º63.11%95.69%-
XYZ47.429.1236.84-
YUV144.14137.52199.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 90 (35.55% from 255) = 18.18%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=49.29%
G=18.18%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449016100.630.340.04332.3487.565.49
HexF45AA103F22414c5841
Octal364132241077424514130101
Binary11110100101101010100001011111110001010010100110010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45AA1; }

 p { color: rgb(244,90,161); }

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

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

 a { background-color: rgb(244,90,161); }

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

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

 span { border-color: rgb(244,90,161); }

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