Html Css Color HEX #FA4EDB Free Speech Magenta

📋 copy color: '#FA4EDB'

red 250 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #FA4EDB

Tints of Free Speech Magenta #FA4EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 45.7%
G = 14.26%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA4EDB (or 0xFA4EDB) is known color: Free Speech Magenta. HEX triplet: FA, 4E and DB. RGB value is (250,78,219). Sum of RGB (Red+Green+Blue) = 250+78+219=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 78 (30.86% from 255 or 14.26% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4EDB is #05B124. Grayscale: #919191. Windows color (decimal): -373029 or 14372602. OLE color: 14372602.

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

Color convert

RGB 250 78 219 -
CMYK 0 0.69 0.12 0.02
HSL 310.81º 0.95% 0.64% -
HSV(B) 310.81º 0.69% 0.98% -
XYZ 54.93 30.89 70.08 -
YUV 145.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 250 78 219 0 0.69 0.12 0.02 310.81 0.95 0.64
Hex FA 4E DB 0 45 C 2 137 5F 40
Octal 372 116 333 0 105 14 2 467 137 100
Binary 11111010 1001110 11011011 0 1000101 1100 10 100110111 1011111 1000000

Color Harmonies of #FA4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4EDB

Black with #FA4EDB

Text Example


Text Example

White with #FA4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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