Html Css Color HEX #FD61E1 Free Speech Magenta

📋 copy color: '#FD61E1'

red 253 ◦ green 97 ◦ blue 225

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

Shades of Free Speech Magenta #FD61E1

Tints of Free Speech Magenta #FD61E1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.87%

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

R = 44%
G = 16.87%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD61E1 (or 0xFD61E1) is known color: Free Speech Magenta. HEX triplet: FD, 61 and E1. RGB value is (253,97,225). Sum of RGB (Red+Green+Blue) = 253+97+225=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 97 (38.28% from 255 or 16.87% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD61E1 is #029E1E. Grayscale: #9D9D9D. Windows color (decimal): -171551 or 14770685. OLE color: 14770685.

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

Color convert

RGB 253 97 225 -
CMYK 0 0.62 0.11 0.01
HSL 310.77º 0.98% 0.69% -
HSV(B) 310.77º 0.62% 0.99% -
XYZ 58.37 34.87 74.89 -
YUV 158.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 253 97 225 0 0.62 0.11 0.01 310.77 0.98 0.69
Hex FD 61 E1 0 3E B 1 137 62 45
Octal 375 141 341 0 76 13 1 467 142 105
Binary 11111101 1100001 11100001 0 111110 1011 1 100110111 1100010 1000101

Color Harmonies of #FD61E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD61E1

Black with #FD61E1

Text Example


Text Example

White with #FD61E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD61E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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