Html Css Color HEX #FA4EDA Free Speech Magenta

📋 copy color: '#FA4EDA'

red 250 ◦ green 78 ◦ blue 218

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

Shades of Free Speech Magenta #FA4EDA

Tints of Free Speech Magenta #FA4EDA

RGB

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

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

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

R = 45.79%
G = 14.29%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA4EDA (or 0xFA4EDA) is known color: Free Speech Magenta. HEX triplet: FA, 4E and DA. RGB value is (250,78,218). Sum of RGB (Red+Green+Blue) = 250+78+218=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4EDA is #05B125. Grayscale: #919191. Windows color (decimal): -373030 or 14307066. OLE color: 14307066.

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

Color convert

RGB 250 78 218 -
CMYK 0 0.69 0.13 0.02
HSL 311.16º 0.95% 0.64% -
HSV(B) 311.16º 0.69% 0.98% -
XYZ 54.8 30.83 69.39 -
YUV 145.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 250 78 218 0 0.69 0.13 0.02 311.16 0.95 0.64
Hex FA 4E DA 0 45 D 2 137 5F 40
Octal 372 116 332 0 105 15 2 467 137 100
Binary 11111010 1001110 11011010 0 1000101 1101 10 100110111 1011111 1000000

Color Harmonies of #FA4EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4EDA

Black with #FA4EDA

Text Example


Text Example

White with #FA4EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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