#F45BAD

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

Shades of Brilliant Rose #F45BAD

Tints of Brilliant Rose #F45BAD

Color information

#F45BAD (or 0xF45BAD) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5B and AD. RGB value is (244,91,173). Sum of RGB (Red+Green+Blue) = 244+91+173=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F45BAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45BAD is #0BA452. Grayscale: #919191. Windows color (decimal): -762963 or 11361268. OLE color: 11361268.

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

Color convert

RGB24491173-
CMYK00.630.290.04
HSL327.84º87.43%65.69%-
HSV(B)327.84º62.7%95.69%-
XYZ48.5929.7342.71-
YUV146.1143.19197.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.03%
GREEN value IS 91 (35.94% from 255) = 17.91%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=48.03%
G=17.91%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449117300.630.290.04327.8487.4365.69
HexF45BAD03F1D41485742
Octal364133255077354510127102
Binary1111010010110111010110101111111110110010100100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45BAD; }

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

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

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

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

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

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

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

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