#FA5EAC

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

Shades of Brilliant Rose #FA5EAC

Tints of Brilliant Rose #FA5EAC

Color information

#FA5EAC (or 0xFA5EAC) is unknown color: approx Brilliant Rose. HEX triplet: FA, 5E and AC. RGB value is (250,94,172). Sum of RGB (Red+Green+Blue) = 250+94+172=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5EAC is #05A153. Grayscale: #959595. Windows color (decimal): -368980 or 11296506. OLE color: 11296506.

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

Color convert

RGB25094172-
CMYK00.620.310.02
HSL330º93.98%67.45%-
HSV(B)330º62.4%98.04%-
XYZ50.8731.3142.39-
YUV149.54140.68199.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.45%
GREEN value IS 94 (37.11% from 255) = 18.22%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=48.45%
G=18.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509417200.620.310.0233093.9867.45
HexFA5EAC03E1F214a5e43
Octal372136254076372512136103
Binary111110101011110101011000111110111111010100101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5EAC; }

 p { color: rgb(250,94,172); }

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

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

 a { background-color: rgb(250,94,172); }

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

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

 span { border-color: rgb(250,94,172); }

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