#F45DA1

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

Shades of Brilliant Rose #F45DA1

Tints of Brilliant Rose #F45DA1

Color information

#F45DA1 (or 0xF45DA1) is unknown color: approx Brilliant Rose. HEX triplet: F4, 5D and A1. RGB value is (244,93,161). Sum of RGB (Red+Green+Blue) = 244+93+161=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45DA1 is #0BA25E. Grayscale: #919191. Windows color (decimal): -762463 or 10575348. OLE color: 10575348.

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

Color convert

RGB24493161-
CMYK00.620.340.04
HSL332.98º87.28%66.08%-
HSV(B)332.98º61.89%95.69%-
XYZ47.6629.6436.93-
YUV145.9136.53197.97-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.00%
GREEN value IS 93 (36.72% from 255) = 18.67%
BLUE value IS 161 (63.28% from 255) = 32.33%
R=49.00%
G=18.67%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449316100.620.340.04332.9887.2866.08
HexF45DA103E22414d5742
Octal364135241076424515127102
Binary11110100101110110100001011111010001010010100110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45DA1; }

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

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

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

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

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

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

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

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