#F45BAB

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

Shades of Brilliant Rose #F45BAB

Tints of Brilliant Rose #F45BAB

Color information

#F45BAB (or 0xF45BAB) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5B and AB. RGB value is (244,91,171). Sum of RGB (Red+Green+Blue) = 244+91+171=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F45BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45BAB is #0BA454. Grayscale: #919191. Windows color (decimal): -762965 or 11230196. OLE color: 11230196.

HSL color Cylindrical-coordinate representation of color #F45BAB: hue angle of 328.63º 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 #F45BAB is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB24491171-
CMYK00.630.300.04
HSL328.63º87.43%65.69%-
HSV(B)328.63º62.7%95.69%-
XYZ48.429.6641.7-
YUV145.87142.19198-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.22%
GREEN value IS 91 (35.94% from 255) = 17.98%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=48.22%
G=17.98%
B=33.79%

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
Decimal2449117100.630.300.04328.6387.4365.69
HexF45BAB03F1E41495742
Octal364133253077364511127102
Binary1111010010110111010101101111111111010010100100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45BAB; }

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

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

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

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

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

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

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

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