Html Css Color HEX #FE53DB Free Speech Magenta

📋 copy color: '#FE53DB'

red 254 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #FE53DB

Tints of Free Speech Magenta #FE53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.93%

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

R = 45.68%
G = 14.93%
B = 39.39%

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

#FE53DB (or 0xFE53DB) is known color: Free Speech Magenta. HEX triplet: FE, 53 and DB. RGB value is (254,83,219). Sum of RGB (Red+Green+Blue) = 254+83+219=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 83 (32.81% from 255 or 14.93% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53DB is #01AC24. Grayscale: #959595. Windows color (decimal): -109605 or 14373886. OLE color: 14373886.

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

Color convert

RGB 254 83 219 -
CMYK 0 0.67 0.14 0.00
HSL 312.28º 0.99% 0.66% -
HSV(B) 312.28º 0.67% 1% -
XYZ 56.75 32.37 70.28 -
YUV 149.63 167.15 202.44 -
System Red Green Blue C M Y K H S L
Decimal 254 83 219 0 0.67 0.14 0.00 312.28 0.99 0.66
Hex FE 53 DB 0 43 E 0 138 63 42
Octal 376 123 333 0 103 16 0 470 143 102
Binary 11111110 1010011 11011011 0 1000011 1110 0 100111000 1100011 1000010

Color Harmonies of #FE53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53DB

Black with #FE53DB

Text Example


Text Example

White with #FE53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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