#FA5DAD

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

Shades of Brilliant Rose #FA5DAD

Tints of Brilliant Rose #FA5DAD

Color information

#FA5DAD (or 0xFA5DAD) is unknown color: approx Brilliant Rose. HEX triplet: FA, 5D and AD. RGB value is (250,93,173). Sum of RGB (Red+Green+Blue) = 250+93+173=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5DAD is #05A252. Grayscale: #949494. Windows color (decimal): -369235 or 11361786. OLE color: 11361786.

HSL color Cylindrical-coordinate representation of color #FA5DAD: hue angle of 329.43º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5DAD is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB25093173-
CMYK00.630.310.02
HSL329.43º94.01%67.25%-
HSV(B)329.43º62.8%98.04%-
XYZ50.8831.1742.87-
YUV149.06141.51200-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.45%
GREEN value IS 93 (36.72% from 255) = 18.02%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=48.45%
G=18.02%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509317300.630.310.02329.4394.0167.25
HexFA5DAD03F1F21495e43
Octal372135255077372511136103
Binary111110101011101101011010111111111111010100100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5DAD; }

 p { color: rgb(250,93,173); }

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

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

 a { background-color: rgb(250,93,173); }

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

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

 span { border-color: rgb(250,93,173); }

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