Html Css Color HEX #FA57DB Free Speech Magenta

📋 copy color: '#FA57DB'

red 250 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #FA57DB

Tints of Free Speech Magenta #FA57DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 44.96%
G = 15.65%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA57DB (or 0xFA57DB) is known color: Free Speech Magenta. HEX triplet: FA, 57 and DB. RGB value is (250,87,219). Sum of RGB (Red+Green+Blue) = 250+87+219=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 87 (34.38% from 255 or 15.65% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57DB is #05A824. Grayscale: #969696. Windows color (decimal): -370725 or 14374906. OLE color: 14374906.

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

Color convert

RGB 250 87 219 -
CMYK 0 0.65 0.12 0.02
HSL 311.41º 0.94% 0.66% -
HSV(B) 311.41º 0.65% 0.98% -
XYZ 55.62 32.25 70.31 -
YUV 150.79 166.5 198.77 -
System Red Green Blue C M Y K H S L
Decimal 250 87 219 0 0.65 0.12 0.02 311.41 0.94 0.66
Hex FA 57 DB 0 41 C 2 137 5E 42
Octal 372 127 333 0 101 14 2 467 136 102
Binary 11111010 1010111 11011011 0 1000001 1100 10 100110111 1011110 1000010

Color Harmonies of #FA57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57DB

Black with #FA57DB

Text Example


Text Example

White with #FA57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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