Html Css Color HEX #FE56DB Free Speech Magenta

📋 copy color: '#FE56DB'

red 254 ◦ green 86 ◦ blue 219

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

Shades of Free Speech Magenta #FE56DB

Tints of Free Speech Magenta #FE56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.38%

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 45.44%
G = 15.38%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE56DB (or 0xFE56DB) is known color: Free Speech Magenta. HEX triplet: FE, 56 and DB. RGB value is (254,86,219). Sum of RGB (Red+Green+Blue) = 254+86+219=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 86 (33.98% from 255 or 15.38% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56DB is #01A924. Grayscale: #979797. Windows color (decimal): -108837 or 14374654. OLE color: 14374654.

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

Color convert

RGB 254 86 219 -
CMYK 0 0.66 0.14 0.00
HSL 312.5º 0.99% 0.67% -
HSV(B) 312.5º 0.66% 1% -
XYZ 56.99 32.84 70.35 -
YUV 151.39 166.16 201.19 -
System Red Green Blue C M Y K H S L
Decimal 254 86 219 0 0.66 0.14 0.00 312.5 0.99 0.67
Hex FE 56 DB 0 42 E 0 138 63 43
Octal 376 126 333 0 102 16 0 470 143 103
Binary 11111110 1010110 11011011 0 1000010 1110 0 100111000 1100011 1000011

Color Harmonies of #FE56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE56DB

Black with #FE56DB

Text Example


Text Example

White with #FE56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE56DB; }

 p { color: rgb(254,86,219); }

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

background-color css

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

 a { background-color: rgb(254,86,219); }

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

border-color css

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

 span { border-color: rgb(254,86,219); }

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