Html Css Color HEX #FE54DB Free Speech Magenta

📋 copy color: '#FE54DB'

red 254 ◦ green 84 ◦ blue 219

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

Shades of Free Speech Magenta #FE54DB

Tints of Free Speech Magenta #FE54DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.08%

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

R = 45.6%
G = 15.08%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE54DB (or 0xFE54DB) is known color: Free Speech Magenta. HEX triplet: FE, 54 and DB. RGB value is (254,84,219). Sum of RGB (Red+Green+Blue) = 254+84+219=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 84 (33.20% from 255 or 15.08% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54DB is #01AB24. Grayscale: #959595. Windows color (decimal): -109349 or 14374142. OLE color: 14374142.

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

Color convert

RGB 254 84 219 -
CMYK 0 0.67 0.14 0.00
HSL 312.35º 0.99% 0.66% -
HSV(B) 312.35º 0.67% 1% -
XYZ 56.83 32.53 70.3 -
YUV 150.22 166.82 202.02 -
System Red Green Blue C M Y K H S L
Decimal 254 84 219 0 0.67 0.14 0.00 312.35 0.99 0.66
Hex FE 54 DB 0 43 E 0 138 63 42
Octal 376 124 333 0 103 16 0 470 143 102
Binary 11111110 1010100 11011011 0 1000011 1110 0 100111000 1100011 1000010

Color Harmonies of #FE54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE54DB

Black with #FE54DB

Text Example


Text Example

White with #FE54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE54DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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