#F45BAA

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

Shades of Brilliant Rose #F45BAA

Tints of Brilliant Rose #F45BAA

Color information

#F45BAA (or 0xF45BAA) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5B and AA. RGB value is (244,91,170). Sum of RGB (Red+Green+Blue) = 244+91+170=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F45BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45BAA is #0BA455. Grayscale: #919191. Windows color (decimal): -762966 or 11164660. OLE color: 11164660.

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

Color convert

RGB24491170-
CMYK00.630.300.04
HSL329.02º87.43%65.69%-
HSV(B)329.02º62.7%95.69%-
XYZ48.3129.6241.2-
YUV145.75141.69198.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.32%
GREEN value IS 91 (35.94% from 255) = 18.02%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=48.32%
G=18.02%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449117000.630.300.04329.0287.4365.69
HexF45BAA03F1E41495742
Octal364133252077364511127102
Binary1111010010110111010101001111111111010010100100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45BAA; }

 p { color: rgb(244,91,170); }

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

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

 a { background-color: rgb(244,91,170); }

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

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

 span { border-color: rgb(244,91,170); }

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