#FA5AB0

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

Shades of Brilliant Rose #FA5AB0

Tints of Brilliant Rose #FA5AB0

Color information

#FA5AB0 (or 0xFA5AB0) is unknown color: approx Brilliant Rose. HEX triplet: FA, 5A and B0. RGB value is (250,90,176). Sum of RGB (Red+Green+Blue) = 250+90+176=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5AB0 is #05A54F. Grayscale: #939393. Windows color (decimal): -370000 or 11557626. OLE color: 11557626.

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

Color convert

RGB25090176-
CMYK00.640.300.02
HSL327.75º94.12%66.67%-
HSV(B)327.75º64%98.04%-
XYZ50.9230.7744.33-
YUV147.64144.01201.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.45%
GREEN value IS 90 (35.55% from 255) = 17.44%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=48.45%
G=17.44%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509017600.640.300.02327.7594.1266.67
HexFA5AB00401E21485e43
Octal3721322600100362510136103
Binary1111101010110101011000001000000111101010100100010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5AB0; }

 p { color: rgb(250,90,176); }

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

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

 a { background-color: rgb(250,90,176); }

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

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

 span { border-color: rgb(250,90,176); }

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