Html Css Color HEX #FA5EDE Free Speech Magenta

📋 copy color: '#FA5EDE'

red 250 ◦ green 94 ◦ blue 222

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

Shades of Free Speech Magenta #FA5EDE

Tints of Free Speech Magenta #FA5EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.22%

R = 44.17%
G = 16.61%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA5EDE (or 0xFA5EDE) is known color: Free Speech Magenta. HEX triplet: FA, 5E and DE. RGB value is (250,94,222). Sum of RGB (Red+Green+Blue) = 250+94+222=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 94 (37.11% from 255 or 16.61% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5EDE is #05A121. Grayscale: #9A9A9A. Windows color (decimal): -368930 or 14573306. OLE color: 14573306.

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

Color convert

RGB 250 94 222 -
CMYK 0 0.62 0.11 0.02
HSL 310.77º 0.94% 0.67% -
HSV(B) 310.77º 0.62% 0.98% -
XYZ 56.61 33.6 72.61 -
YUV 155.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 250 94 222 0 0.62 0.11 0.02 310.77 0.94 0.67
Hex FA 5E DE 0 3E B 2 137 5E 43
Octal 372 136 336 0 76 13 2 467 136 103
Binary 11111010 1011110 11011110 0 111110 1011 10 100110111 1011110 1000011

Color Harmonies of #FA5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EDE

Black with #FA5EDE

Text Example


Text Example

White with #FA5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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