Html Css Color HEX #FA57A0 Brilliant Rose

📋 copy color: '#FA57A0'

red 250 ◦ green 87 ◦ blue 160

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

Shades of Brilliant Rose #FA57A0

Tints of Brilliant Rose #FA57A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.51%

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

R = 50.3%
G = 17.51%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA57A0 (or 0xFA57A0) is known color: Brilliant Rose. HEX triplet: FA, 57 and A0. RGB value is (250,87,160). Sum of RGB (Red+Green+Blue) = 250+87+160=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA57A0 is #05A85F. Grayscale: #8F8F8F. Windows color (decimal): -370784 or 10508282. OLE color: 10508282.

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

Color convert

RGB 250 87 160 -
CMYK 0 0.65 0.36 0.02
HSL 333.13º 0.94% 0.66% -
HSV(B) 333.13º 0.65% 0.98% -
XYZ 49.18 29.68 36.39 -
YUV 144.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 250 87 160 0 0.65 0.36 0.02 333.13 0.94 0.66
Hex FA 57 A0 0 41 24 2 14D 5E 42
Octal 372 127 240 0 101 44 2 515 136 102
Binary 11111010 1010111 10100000 0 1000001 100100 10 101001101 1011110 1000010

Color Harmonies of #FA57A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57A0

Black with #FA57A0

Text Example


Text Example

White with #FA57A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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