Html Css Color HEX #FD55D8 Free Speech Magenta

📋 copy color: '#FD55D8'

red 253 ◦ green 85 ◦ blue 216

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

Shades of Free Speech Magenta #FD55D8

Tints of Free Speech Magenta #FD55D8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.34%

 BLUE value IS 216 (84.77% from 255) = 38.99%

R = 45.67%
G = 15.34%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FD55D8 (or 0xFD55D8) is known color: Free Speech Magenta. HEX triplet: FD, 55 and D8. RGB value is (253,85,216). Sum of RGB (Red+Green+Blue) = 253+85+216=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55D8 is #02AA27. Grayscale: #959595. Windows color (decimal): -174632 or 14177789. OLE color: 14177789.

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

Color convert

RGB 253 85 216 -
CMYK 0 0.66 0.15 0.01
HSL 313.21º 0.98% 0.66% -
HSV(B) 313.21º 0.66% 0.99% -
XYZ 56.15 32.34 68.25 -
YUV 150.17 165.16 201.35 -
System Red Green Blue C M Y K H S L
Decimal 253 85 216 0 0.66 0.15 0.01 313.21 0.98 0.66
Hex FD 55 D8 0 42 F 1 139 62 42
Octal 375 125 330 0 102 17 1 471 142 102
Binary 11111101 1010101 11011000 0 1000010 1111 1 100111001 1100010 1000010

Color Harmonies of #FD55D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD55D8

Black with #FD55D8

Text Example


Text Example

White with #FD55D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD55D8; }

 p { color: rgb(253,85,216); }

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

background-color css

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

 a { background-color: rgb(253,85,216); }

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

border-color css

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

 span { border-color: rgb(253,85,216); }

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