Html Css Color HEX #FA50D4 Free Speech Magenta

📋 copy color: '#FA50D4'

red 250 ◦ green 80 ◦ blue 212

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

Shades of Free Speech Magenta #FA50D4

Tints of Free Speech Magenta #FA50D4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.76%

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

R = 46.13%
G = 14.76%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA50D4 (or 0xFA50D4) is known color: Free Speech Magenta. HEX triplet: FA, 50 and D4. RGB value is (250,80,212). Sum of RGB (Red+Green+Blue) = 250+80+212=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA50D4 is #05AF2B. Grayscale: #919191. Windows color (decimal): -372524 or 13914362. OLE color: 13914362.

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

Color convert

RGB 250 80 212 -
CMYK 0 0.68 0.15 0.02
HSL 313.41º 0.94% 0.65% -
HSV(B) 313.41º 0.68% 0.98% -
XYZ 54.18 30.81 65.38 -
YUV 145.88 165.32 202.27 -
System Red Green Blue C M Y K H S L
Decimal 250 80 212 0 0.68 0.15 0.02 313.41 0.94 0.65
Hex FA 50 D4 0 44 F 2 139 5E 41
Octal 372 120 324 0 104 17 2 471 136 101
Binary 11111010 1010000 11010100 0 1000100 1111 10 100111001 1011110 1000001

Color Harmonies of #FA50D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA50D4

Black with #FA50D4

Text Example


Text Example

White with #FA50D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA50D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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