Html Css Color HEX #FA59A0 Brilliant Rose

📋 copy color: '#FA59A0'

red 250 ◦ green 89 ◦ blue 160

#FA59A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FA59A0

Tints of Brilliant Rose #FA59A0

RGB

 RED value IS 250 (98.05% from 255) = 50.1%

 GREEN value IS 89 (35.16% from 255) = 17.84%

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 50.1%
G = 17.84%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA59A0 (or 0xFA59A0) is known color: Brilliant Rose. HEX triplet: FA, 59 and A0. RGB value is (250,89,160). Sum of RGB (Red+Green+Blue) = 250+89+160=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA59A0 is #05A65F. Grayscale: #919191. Windows color (decimal): -370272 or 10508794. OLE color: 10508794.

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

Color convert

RGB 250 89 160 -
CMYK 0 0.64 0.36 0.02
HSL 333.54º 0.94% 0.66% -
HSV(B) 333.54º 0.64% 0.98% -
XYZ 49.34 30.01 36.45 -
YUV 145.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 250 89 160 0 0.64 0.36 0.02 333.54 0.94 0.66
Hex FA 59 A0 0 40 24 2 14E 5E 42
Octal 372 131 240 0 100 44 2 516 136 102
Binary 11111010 1011001 10100000 0 1000000 100100 10 101001110 1011110 1000010

Color Harmonies of #FA59A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59A0

Black with #FA59A0

Text Example


Text Example

White with #FA59A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59A0; }

 p { color: rgb(250,89,160); }

 H1.HeaderClassName
 {
   color: #FA59A0;
 }
 .AnyTagClassName
 {
   color: #FA59A0;
 }
</style>

background-color css

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

 a { background-color: rgb(250,89,160); }

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

border-color css

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

 span { border-color: rgb(250,89,160); }

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