Html Css Color HEX #FA52E2 Free Speech Magenta

📋 copy color: '#FA52E2'

red 250 ◦ green 82 ◦ blue 226

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

Shades of Free Speech Magenta #FA52E2

Tints of Free Speech Magenta #FA52E2

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.7%

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

R = 44.8%
G = 14.7%
B = 40.5%

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

#FA52E2 (or 0xFA52E2) is known color: Free Speech Magenta. HEX triplet: FA, 52 and E2. RGB value is (250,82,226). Sum of RGB (Red+Green+Blue) = 250+82+226=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 82 (32.42% from 255 or 14.70% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA52E2 is #05AD1D. Grayscale: #949494. Windows color (decimal): -371998 or 14832378. OLE color: 14832378.

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

Color convert

RGB 250 82 226 -
CMYK 0 0.67 0.10 0.02
HSL 308.57º 0.94% 0.65% -
HSV(B) 308.57º 0.67% 0.98% -
XYZ 56.17 31.85 75.14 -
YUV 148.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 250 82 226 0 0.67 0.10 0.02 308.57 0.94 0.65
Hex FA 52 E2 0 43 A 2 135 5E 41
Octal 372 122 342 0 103 12 2 465 136 101
Binary 11111010 1010010 11100010 0 1000011 1010 10 100110101 1011110 1000001

Color Harmonies of #FA52E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA52E2

Black with #FA52E2

Text Example


Text Example

White with #FA52E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA52E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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