Html Css Color HEX #FA52D4 Free Speech Magenta

📋 copy color: '#FA52D4'

red 250 ◦ green 82 ◦ blue 212

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

Shades of Free Speech Magenta #FA52D4

Tints of Free Speech Magenta #FA52D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.97%

R = 45.96%
G = 15.07%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA52D4 (or 0xFA52D4) is known color: Free Speech Magenta. HEX triplet: FA, 52 and D4. RGB value is (250,82,212). Sum of RGB (Red+Green+Blue) = 250+82+212=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA52D4 is #05AD2B. Grayscale: #929292. Windows color (decimal): -372012 or 13914874. OLE color: 13914874.

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

Color convert

RGB 250 82 212 -
CMYK 0 0.67 0.15 0.02
HSL 313.57º 0.94% 0.65% -
HSV(B) 313.57º 0.67% 0.98% -
XYZ 54.33 31.11 65.43 -
YUV 147.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 250 82 212 0 0.67 0.15 0.02 313.57 0.94 0.65
Hex FA 52 D4 0 43 F 2 13A 5E 41
Octal 372 122 324 0 103 17 2 472 136 101
Binary 11111010 1010010 11010100 0 1000011 1111 10 100111010 1011110 1000001

Color Harmonies of #FA52D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA52D4

Black with #FA52D4

Text Example


Text Example

White with #FA52D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA52D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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