Html Css Color HEX #FA5EDA Free Speech Magenta

📋 copy color: '#FA5EDA'

red 250 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #FA5EDA

Tints of Free Speech Magenta #FA5EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 44.48%
G = 16.73%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA5EDA (or 0xFA5EDA) is known color: Free Speech Magenta. HEX triplet: FA, 5E and DA. RGB value is (250,94,218). Sum of RGB (Red+Green+Blue) = 250+94+218=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 94 (37.11% from 255 or 16.73% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5EDA is #05A125. Grayscale: #9A9A9A. Windows color (decimal): -368934 or 14311162. OLE color: 14311162.

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

Color convert

RGB 250 94 218 -
CMYK 0 0.62 0.13 0.02
HSL 312.31º 0.94% 0.67% -
HSV(B) 312.31º 0.62% 0.98% -
XYZ 56.08 33.39 69.82 -
YUV 154.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 250 94 218 0 0.62 0.13 0.02 312.31 0.94 0.67
Hex FA 5E DA 0 3E D 2 138 5E 43
Octal 372 136 332 0 76 15 2 470 136 103
Binary 11111010 1011110 11011010 0 111110 1101 10 100111000 1011110 1000011

Color Harmonies of #FA5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EDA

Black with #FA5EDA

Text Example


Text Example

White with #FA5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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