Html Css Color HEX #FD54E1 Free Speech Magenta

📋 copy color: '#FD54E1'

red 253 ◦ green 84 ◦ blue 225

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

Shades of Free Speech Magenta #FD54E1

Tints of Free Speech Magenta #FD54E1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.95%

 BLUE value IS 225 (88.28% from 255) = 40.04%

R = 45.02%
G = 14.95%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD54E1 (or 0xFD54E1) is known color: Free Speech Magenta. HEX triplet: FD, 54 and E1. RGB value is (253,84,225). Sum of RGB (Red+Green+Blue) = 253+84+225=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 84 (33.20% from 255 or 14.95% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD54E1 is #02AB1E. Grayscale: #969696. Windows color (decimal): -174879 or 14767357. OLE color: 14767357.

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

Color convert

RGB 253 84 225 -
CMYK 0 0.67 0.11 0.01
HSL 309.94º 0.98% 0.66% -
HSV(B) 309.94º 0.67% 0.99% -
XYZ 57.27 32.66 74.52 -
YUV 150.61 169.99 201.04 -
System Red Green Blue C M Y K H S L
Decimal 253 84 225 0 0.67 0.11 0.01 309.94 0.98 0.66
Hex FD 54 E1 0 43 B 1 136 62 42
Octal 375 124 341 0 103 13 1 466 142 102
Binary 11111101 1010100 11100001 0 1000011 1011 1 100110110 1100010 1000010

Color Harmonies of #FD54E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD54E1

Black with #FD54E1

Text Example


Text Example

White with #FD54E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD54E1; }

 p { color: rgb(253,84,225); }

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

background-color css

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

 a { background-color: rgb(253,84,225); }

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

border-color css

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

 span { border-color: rgb(253,84,225); }

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