Html Css Color HEX #FD49E5 Free Speech Magenta

📋 copy color: '#FD49E5'

red 253 ◦ green 73 ◦ blue 229

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

Shades of Free Speech Magenta #FD49E5

Tints of Free Speech Magenta #FD49E5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.15%

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

R = 45.59%
G = 13.15%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD49E5 (or 0xFD49E5) is known color: Free Speech Magenta. HEX triplet: FD, 49 and E5. RGB value is (253,73,229). Sum of RGB (Red+Green+Blue) = 253+73+229=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 73 (28.91% from 255 or 13.15% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD49E5 is #02B61A. Grayscale: #909090. Windows color (decimal): -177691 or 15026685. OLE color: 15026685.

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

Color convert

RGB 253 73 229 -
CMYK 0 0.71 0.09 0.01
HSL 308º 0.98% 0.64% -
HSV(B) 308º 0.71% 0.99% -
XYZ 57.03 31.3 77.17 -
YUV 144.6 175.63 205.32 -
System Red Green Blue C M Y K H S L
Decimal 253 73 229 0 0.71 0.09 0.01 308 0.98 0.64
Hex FD 49 E5 0 47 9 1 134 62 40
Octal 375 111 345 0 107 11 1 464 142 100
Binary 11111101 1001001 11100101 0 1000111 1001 1 100110100 1100010 1000000

Color Harmonies of #FD49E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD49E5

Black with #FD49E5

Text Example


Text Example

White with #FD49E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD49E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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