Html Css Color HEX #FE5DDD Free Speech Magenta

📋 copy color: '#FE5DDD'

red 254 ◦ green 93 ◦ blue 221

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

Shades of Free Speech Magenta #FE5DDD

Tints of Free Speech Magenta #FE5DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.37%

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

R = 44.72%
G = 16.37%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE5DDD (or 0xFE5DDD) is known color: Free Speech Magenta. HEX triplet: FE, 5D and DD. RGB value is (254,93,221). Sum of RGB (Red+Green+Blue) = 254+93+221=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DDD is #01A222. Grayscale: #9B9B9B. Windows color (decimal): -107043 or 14507518. OLE color: 14507518.

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

Color convert

RGB 254 93 221 -
CMYK 0 0.63 0.13 0.00
HSL 312.3º 0.99% 0.68% -
HSV(B) 312.3º 0.63% 1% -
XYZ 57.84 34.12 71.94 -
YUV 155.73 164.84 198.09 -
System Red Green Blue C M Y K H S L
Decimal 254 93 221 0 0.63 0.13 0.00 312.3 0.99 0.68
Hex FE 5D DD 0 3F D 0 138 63 44
Octal 376 135 335 0 77 15 0 470 143 104
Binary 11111110 1011101 11011101 0 111111 1101 0 100111000 1100011 1000100

Color Harmonies of #FE5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DDD

Black with #FE5DDD

Text Example


Text Example

White with #FE5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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