Html Css Color HEX #FA52E5 Free Speech Magenta

📋 copy color: '#FA52E5'

red 250 ◦ green 82 ◦ blue 229

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

Shades of Free Speech Magenta #FA52E5

Tints of Free Speech Magenta #FA52E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.82%

R = 44.56%
G = 14.62%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA52E5 (or 0xFA52E5) is known color: Free Speech Magenta. HEX triplet: FA, 52 and E5. RGB value is (250,82,229). Sum of RGB (Red+Green+Blue) = 250+82+229=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 82 (32.42% from 255 or 14.62% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA52E5 is #05AD1A. Grayscale: #949494. Windows color (decimal): -371995 or 15028986. OLE color: 15028986.

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

Color convert

RGB 250 82 229 -
CMYK 0 0.67 0.08 0.02
HSL 307.5º 0.94% 0.65% -
HSV(B) 307.5º 0.67% 0.98% -
XYZ 56.58 32.02 77.33 -
YUV 148.99 173.16 200.05 -
System Red Green Blue C M Y K H S L
Decimal 250 82 229 0 0.67 0.08 0.02 307.5 0.94 0.65
Hex FA 52 E5 0 43 8 2 134 5E 41
Octal 372 122 345 0 103 10 2 464 136 101
Binary 11111010 1010010 11100101 0 1000011 1000 10 100110100 1011110 1000001

Color Harmonies of #FA52E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA52E5

Black with #FA52E5

Text Example


Text Example

White with #FA52E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA52E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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