Html Css Color HEX #FA57A8 Brilliant Rose

📋 copy color: '#FA57A8'

red 250 ◦ green 87 ◦ blue 168

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

Shades of Brilliant Rose #FA57A8

Tints of Brilliant Rose #FA57A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.27%

R = 49.5%
G = 17.23%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA57A8 (or 0xFA57A8) is known color: Brilliant Rose. HEX triplet: FA, 57 and A8. RGB value is (250,87,168). Sum of RGB (Red+Green+Blue) = 250+87+168=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA57A8 is #05A857. Grayscale: #909090. Windows color (decimal): -370776 or 11032570. OLE color: 11032570.

HSL color Cylindrical-coordinate representation of color #FA57A8: hue angle of 330.18º 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 #FA57A8 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 87 168 -
CMYK 0 0.65 0.33 0.02
HSL 330.18º 0.94% 0.66% -
HSV(B) 330.18º 0.65% 0.98% -
XYZ 49.9 29.97 40.2 -
YUV 144.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 250 87 168 0 0.65 0.33 0.02 330.18 0.94 0.66
Hex FA 57 A8 0 41 21 2 14A 5E 42
Octal 372 127 250 0 101 41 2 512 136 102
Binary 11111010 1010111 10101000 0 1000001 100001 10 101001010 1011110 1000010

Color Harmonies of #FA57A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57A8

Black with #FA57A8

Text Example


Text Example

White with #FA57A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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