Html Css Color HEX #FE59DB Free Speech Magenta

📋 copy color: '#FE59DB'

red 254 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #FE59DB

Tints of Free Speech Magenta #FE59DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.84%

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

R = 45.2%
G = 15.84%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE59DB (or 0xFE59DB) is known color: Free Speech Magenta. HEX triplet: FE, 59 and DB. RGB value is (254,89,219). Sum of RGB (Red+Green+Blue) = 254+89+219=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 89 (35.16% from 255 or 15.84% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59DB is #01A624. Grayscale: #989898. Windows color (decimal): -108069 or 14375422. OLE color: 14375422.

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

Color convert

RGB 254 89 219 -
CMYK 0 0.65 0.14 0.00
HSL 312.73º 0.99% 0.67% -
HSV(B) 312.73º 0.65% 1% -
XYZ 57.23 33.33 70.43 -
YUV 153.16 165.16 199.93 -
System Red Green Blue C M Y K H S L
Decimal 254 89 219 0 0.65 0.14 0.00 312.73 0.99 0.67
Hex FE 59 DB 0 41 E 0 139 63 43
Octal 376 131 333 0 101 16 0 471 143 103
Binary 11111110 1011001 11011011 0 1000001 1110 0 100111001 1100011 1000011

Color Harmonies of #FE59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE59DB

Black with #FE59DB

Text Example


Text Example

White with #FE59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE59DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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