Html Css Color HEX #FA5EDD Free Speech Magenta

📋 copy color: '#FA5EDD'

red 250 ◦ green 94 ◦ blue 221

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

Shades of Free Speech Magenta #FA5EDD

Tints of Free Speech Magenta #FA5EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 44.25%
G = 16.64%
B = 39.12%

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

#FA5EDD (or 0xFA5EDD) is known color: Free Speech Magenta. HEX triplet: FA, 5E and DD. RGB value is (250,94,221). Sum of RGB (Red+Green+Blue) = 250+94+221=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 94 (37.11% from 255 or 16.64% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5EDD is #05A122. Grayscale: #9A9A9A. Windows color (decimal): -368931 or 14507770. OLE color: 14507770.

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

Color convert

RGB 250 94 221 -
CMYK 0 0.62 0.12 0.02
HSL 311.15º 0.94% 0.67% -
HSV(B) 311.15º 0.62% 0.98% -
XYZ 56.48 33.55 71.91 -
YUV 155.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 250 94 221 0 0.62 0.12 0.02 311.15 0.94 0.67
Hex FA 5E DD 0 3E C 2 137 5E 43
Octal 372 136 335 0 76 14 2 467 136 103
Binary 11111010 1011110 11011101 0 111110 1100 10 100110111 1011110 1000011

Color Harmonies of #FA5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EDD

Black with #FA5EDD

Text Example


Text Example

White with #FA5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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