Html Css Color HEX #FA4EE0 Free Speech Magenta

📋 copy color: '#FA4EE0'

red 250 ◦ green 78 ◦ blue 224

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

Shades of Free Speech Magenta #FA4EE0

Tints of Free Speech Magenta #FA4EE0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.13%

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 45.29%
G = 14.13%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA4EE0 (or 0xFA4EE0) is known color: Free Speech Magenta. HEX triplet: FA, 4E and E0. RGB value is (250,78,224). Sum of RGB (Red+Green+Blue) = 250+78+224=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 78 (30.86% from 255 or 14.13% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4EE0 is #05B11F. Grayscale: #919191. Windows color (decimal): -373024 or 14700282. OLE color: 14700282.

HSL color Cylindrical-coordinate representation of color #FA4EE0: hue angle of 309.07º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4EE0 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 78 224 -
CMYK 0 0.69 0.10 0.02
HSL 309.07º 0.95% 0.64% -
HSV(B) 309.07º 0.69% 0.98% -
XYZ 55.6 31.15 73.6 -
YUV 146.07 171.98 202.13 -
System Red Green Blue C M Y K H S L
Decimal 250 78 224 0 0.69 0.10 0.02 309.07 0.95 0.64
Hex FA 4E E0 0 45 A 2 135 5F 40
Octal 372 116 340 0 105 12 2 465 137 100
Binary 11111010 1001110 11100000 0 1000101 1010 10 100110101 1011111 1000000

Color Harmonies of #FA4EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4EE0

Black with #FA4EE0

Text Example


Text Example

White with #FA4EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4EE0; }

 p { color: rgb(250,78,224); }

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

background-color css

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

 a { background-color: rgb(250,78,224); }

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

border-color css

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

 span { border-color: rgb(250,78,224); }

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