Html Css Color HEX #FD50E5 Free Speech Magenta

📋 copy color: '#FD50E5'

red 253 ◦ green 80 ◦ blue 229

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

Shades of Free Speech Magenta #FD50E5

Tints of Free Speech Magenta #FD50E5

RGB

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

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

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

R = 45.02%
G = 14.23%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD50E5 (or 0xFD50E5) is known color: Free Speech Magenta. HEX triplet: FD, 50 and E5. RGB value is (253,80,229). Sum of RGB (Red+Green+Blue) = 253+80+229=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 80 (31.64% from 255 or 14.23% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50E5 is #02AF1A. Grayscale: #949494. Windows color (decimal): -175899 or 15028477. OLE color: 15028477.

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

Color convert

RGB 253 80 229 -
CMYK 0 0.68 0.09 0.01
HSL 308.32º 0.98% 0.65% -
HSV(B) 308.32º 0.68% 0.99% -
XYZ 57.52 32.28 77.33 -
YUV 148.71 173.31 202.38 -
System Red Green Blue C M Y K H S L
Decimal 253 80 229 0 0.68 0.09 0.01 308.32 0.98 0.65
Hex FD 50 E5 0 44 9 1 134 62 41
Octal 375 120 345 0 104 11 1 464 142 101
Binary 11111101 1010000 11100101 0 1000100 1001 1 100110100 1100010 1000001

Color Harmonies of #FD50E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD50E5

Black with #FD50E5

Text Example


Text Example

White with #FD50E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD50E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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