Html Css Color HEX #FE52DD Free Speech Magenta

📋 copy color: '#FE52DD'

red 254 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Magenta #FE52DD

Tints of Free Speech Magenta #FE52DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.72%

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

R = 45.6%
G = 14.72%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE52DD (or 0xFE52DD) is known color: Free Speech Magenta. HEX triplet: FE, 52 and DD. RGB value is (254,82,221). Sum of RGB (Red+Green+Blue) = 254+82+221=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 82 (32.42% from 255 or 14.72% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE52DD is #01AD22. Grayscale: #949494. Windows color (decimal): -109859 or 14504702. OLE color: 14504702.

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

Color convert

RGB 254 82 221 -
CMYK 0 0.68 0.13 0.00
HSL 311.51º 0.99% 0.66% -
HSV(B) 311.51º 0.68% 1% -
XYZ 56.94 32.33 71.64 -
YUV 149.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 254 82 221 0 0.68 0.13 0.00 311.51 0.99 0.66
Hex FE 52 DD 0 44 D 0 138 63 42
Octal 376 122 335 0 104 15 0 470 143 102
Binary 11111110 1010010 11011101 0 1000100 1101 0 100111000 1100011 1000010

Color Harmonies of #FE52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE52DD

Black with #FE52DD

Text Example


Text Example

White with #FE52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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