Html Css Color HEX #FA52E4 Free Speech Magenta

📋 copy color: '#FA52E4'

red 250 ◦ green 82 ◦ blue 228

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

Shades of Free Speech Magenta #FA52E4

Tints of Free Speech Magenta #FA52E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.71%

R = 44.64%
G = 14.64%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FA52E4 (or 0xFA52E4) is known color: Free Speech Magenta. HEX triplet: FA, 52 and E4. RGB value is (250,82,228). Sum of RGB (Red+Green+Blue) = 250+82+228=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 82 (32.42% from 255 or 14.64% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA52E4 is #05AD1B. Grayscale: #949494. Windows color (decimal): -371996 or 14963450. OLE color: 14963450.

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

Color convert

RGB 250 82 228 -
CMYK 0 0.67 0.09 0.02
HSL 307.86º 0.94% 0.65% -
HSV(B) 307.86º 0.67% 0.98% -
XYZ 56.45 31.96 76.59 -
YUV 148.88 172.66 200.13 -
System Red Green Blue C M Y K H S L
Decimal 250 82 228 0 0.67 0.09 0.02 307.86 0.94 0.65
Hex FA 52 E4 0 43 9 2 134 5E 41
Octal 372 122 344 0 103 11 2 464 136 101
Binary 11111010 1010010 11100100 0 1000011 1001 10 100110100 1011110 1000001

Color Harmonies of #FA52E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA52E4

Black with #FA52E4

Text Example


Text Example

White with #FA52E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA52E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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