Html Css Color HEX #FA5EDB Free Speech Magenta

📋 copy color: '#FA5EDB'

red 250 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #FA5EDB

Tints of Free Speech Magenta #FA5EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.7%

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

R = 44.4%
G = 16.7%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA5EDB (or 0xFA5EDB) is known color: Free Speech Magenta. HEX triplet: FA, 5E and DB. RGB value is (250,94,219). Sum of RGB (Red+Green+Blue) = 250+94+219=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5EDB is #05A124. Grayscale: #9A9A9A. Windows color (decimal): -368933 or 14376698. OLE color: 14376698.

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

Color convert

RGB 250 94 219 -
CMYK 0 0.62 0.12 0.02
HSL 311.92º 0.94% 0.67% -
HSV(B) 311.92º 0.62% 0.98% -
XYZ 56.21 33.44 70.51 -
YUV 154.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 250 94 219 0 0.62 0.12 0.02 311.92 0.94 0.67
Hex FA 5E DB 0 3E C 2 138 5E 43
Octal 372 136 333 0 76 14 2 470 136 103
Binary 11111010 1011110 11011011 0 111110 1100 10 100111000 1011110 1000011

Color Harmonies of #FA5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EDB

Black with #FA5EDB

Text Example


Text Example

White with #FA5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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