Html Css Color HEX #FA53E2 Free Speech Magenta

📋 copy color: '#FA53E2'

red 250 ◦ green 83 ◦ blue 226

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

Shades of Free Speech Magenta #FA53E2

Tints of Free Speech Magenta #FA53E2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.85%

 BLUE value IS 226 (88.67% from 255) = 40.43%

R = 44.72%
G = 14.85%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA53E2 (or 0xFA53E2) is known color: Free Speech Magenta. HEX triplet: FA, 53 and E2. RGB value is (250,83,226). Sum of RGB (Red+Green+Blue) = 250+83+226=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 83 (32.81% from 255 or 14.85% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA53E2 is #05AC1D. Grayscale: #949494. Windows color (decimal): -371742 or 14832634. OLE color: 14832634.

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

Color convert

RGB 250 83 226 -
CMYK 0 0.67 0.10 0.02
HSL 308.62º 0.94% 0.65% -
HSV(B) 308.62º 0.67% 0.98% -
XYZ 56.25 32 75.16 -
YUV 149.24 171.33 199.87 -
System Red Green Blue C M Y K H S L
Decimal 250 83 226 0 0.67 0.10 0.02 308.62 0.94 0.65
Hex FA 53 E2 0 43 A 2 135 5E 41
Octal 372 123 342 0 103 12 2 465 136 101
Binary 11111010 1010011 11100010 0 1000011 1010 10 100110101 1011110 1000001

Color Harmonies of #FA53E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA53E2

Black with #FA53E2

Text Example


Text Example

White with #FA53E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA53E2; }

 p { color: rgb(250,83,226); }

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

background-color css

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

 a { background-color: rgb(250,83,226); }

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

border-color css

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

 span { border-color: rgb(250,83,226); }

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