Html Css Color HEX #FE53DD Free Speech Magenta

📋 copy color: '#FE53DD'

red 254 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #FE53DD

Tints of Free Speech Magenta #FE53DD

RGB

 RED value IS 254 (99.61% from 255) = 45.52%

 GREEN value IS 83 (32.81% from 255) = 14.87%

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 45.52%
G = 14.87%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE53DD (or 0xFE53DD) is known color: Free Speech Magenta. HEX triplet: FE, 53 and DD. RGB value is (254,83,221). Sum of RGB (Red+Green+Blue) = 254+83+221=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 83 (32.81% from 255 or 14.87% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53DD is #01AC22. Grayscale: #959595. Windows color (decimal): -109603 or 14504958. OLE color: 14504958.

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

Color convert

RGB 254 83 221 -
CMYK 0 0.67 0.13 0.00
HSL 311.58º 0.99% 0.66% -
HSV(B) 311.58º 0.67% 1% -
XYZ 57.02 32.48 71.67 -
YUV 149.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 254 83 221 0 0.67 0.13 0.00 311.58 0.99 0.66
Hex FE 53 DD 0 43 D 0 138 63 42
Octal 376 123 335 0 103 15 0 470 143 102
Binary 11111110 1010011 11011101 0 1000011 1101 0 100111000 1100011 1000010

Color Harmonies of #FE53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53DD

Black with #FE53DD

Text Example


Text Example

White with #FE53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53DD; }

 p { color: rgb(254,83,221); }

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

background-color css

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

 a { background-color: rgb(254,83,221); }

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

border-color css

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

 span { border-color: rgb(254,83,221); }

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