Html Css Color HEX #FD50E3 Free Speech Magenta

📋 copy color: '#FD50E3'

red 253 ◦ green 80 ◦ blue 227

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

Shades of Free Speech Magenta #FD50E3

Tints of Free Speech Magenta #FD50E3

RGB

 RED value IS 253 (99.22% from 255) = 45.18%

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

 BLUE value IS 227 (89.06% from 255) = 40.54%

R = 45.18%
G = 14.29%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FD50E3 (or 0xFD50E3) is known color: Free Speech Magenta. HEX triplet: FD, 50 and E3. RGB value is (253,80,227). Sum of RGB (Red+Green+Blue) = 253+80+227=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 80 (31.64% from 255 or 14.29% from 560); Blue value is 227 (89.06% from 255 or 40.54% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50E3 is #02AF1C. Grayscale: #949494. Windows color (decimal): -175901 or 14897405. OLE color: 14897405.

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

Color convert

RGB 253 80 227 -
CMYK 0 0.68 0.10 0.01
HSL 309.02º 0.98% 0.65% -
HSV(B) 309.02º 0.68% 0.99% -
XYZ 57.24 32.17 75.86 -
YUV 148.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 253 80 227 0 0.68 0.10 0.01 309.02 0.98 0.65
Hex FD 50 E3 0 44 A 1 135 62 41
Octal 375 120 343 0 104 12 1 465 142 101
Binary 11111101 1010000 11100011 0 1000100 1010 1 100110101 1100010 1000001

Color Harmonies of #FD50E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD50E3

Black with #FD50E3

Text Example


Text Example

White with #FD50E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD50E3; }

 p { color: rgb(253,80,227); }

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

background-color css

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

 a { background-color: rgb(253,80,227); }

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

border-color css

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

 span { border-color: rgb(253,80,227); }

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