Html Css Color HEX #FD55E3 Free Speech Magenta

📋 copy color: '#FD55E3'

red 253 ◦ green 85 ◦ blue 227

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

Shades of Free Speech Magenta #FD55E3

Tints of Free Speech Magenta #FD55E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.18%

R = 44.78%
G = 15.04%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FD55E3 (or 0xFD55E3) is known color: Free Speech Magenta. HEX triplet: FD, 55 and E3. RGB value is (253,85,227). Sum of RGB (Red+Green+Blue) = 253+85+227=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55E3 is #02AA1C. Grayscale: #979797. Windows color (decimal): -174621 or 14898685. OLE color: 14898685.

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

Color convert

RGB 253 85 227 -
CMYK 0 0.66 0.10 0.01
HSL 309.29º 0.98% 0.66% -
HSV(B) 309.29º 0.66% 0.99% -
XYZ 57.62 32.93 75.99 -
YUV 151.42 170.66 200.45 -
System Red Green Blue C M Y K H S L
Decimal 253 85 227 0 0.66 0.10 0.01 309.29 0.98 0.66
Hex FD 55 E3 0 42 A 1 135 62 42
Octal 375 125 343 0 102 12 1 465 142 102
Binary 11111101 1010101 11100011 0 1000010 1010 1 100110101 1100010 1000010

Color Harmonies of #FD55E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD55E3

Black with #FD55E3

Text Example


Text Example

White with #FD55E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD55E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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