Html Css Color HEX #FE5DDF Free Speech Magenta

📋 copy color: '#FE5DDF'

red 254 ◦ green 93 ◦ blue 223

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

Shades of Free Speech Magenta #FE5DDF

Tints of Free Speech Magenta #FE5DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 44.56%
G = 16.32%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE5DDF (or 0xFE5DDF) is known color: Free Speech Magenta. HEX triplet: FE, 5D and DF. RGB value is (254,93,223). Sum of RGB (Red+Green+Blue) = 254+93+223=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DDF is #01A220. Grayscale: #9B9B9B. Windows color (decimal): -107041 or 14638590. OLE color: 14638590.

HSL color Cylindrical-coordinate representation of color #FE5DDF: hue angle of 311.55º 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 #FE5DDF is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 93 223 -
CMYK 0 0.63 0.12 0.00
HSL 311.55º 0.99% 0.68% -
HSV(B) 311.55º 0.63% 1% -
XYZ 58.11 34.23 73.36 -
YUV 155.96 165.84 197.93 -
System Red Green Blue C M Y K H S L
Decimal 254 93 223 0 0.63 0.12 0.00 311.55 0.99 0.68
Hex FE 5D DF 0 3F C 0 138 63 44
Octal 376 135 337 0 77 14 0 470 143 104
Binary 11111110 1011101 11011111 0 111111 1100 0 100111000 1100011 1000100

Color Harmonies of #FE5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DDF

Black with #FE5DDF

Text Example


Text Example

White with #FE5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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