Html Css Color HEX #FE5ADB Free Speech Magenta

📋 copy color: '#FE5ADB'

red 254 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #FE5ADB

Tints of Free Speech Magenta #FE5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.99%

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

R = 45.12%
G = 15.99%
B = 38.9%

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

#FE5ADB (or 0xFE5ADB) is known color: Free Speech Magenta. HEX triplet: FE, 5A and DB. RGB value is (254,90,219). Sum of RGB (Red+Green+Blue) = 254+90+219=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ADB is #01A524. Grayscale: #999999. Windows color (decimal): -107813 or 14375678. OLE color: 14375678.

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

Color convert

RGB 254 90 219 -
CMYK 0 0.65 0.14 0.00
HSL 312.8º 0.99% 0.67% -
HSV(B) 312.8º 0.65% 1% -
XYZ 57.32 33.5 70.46 -
YUV 153.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 254 90 219 0 0.65 0.14 0.00 312.8 0.99 0.67
Hex FE 5A DB 0 41 E 0 139 63 43
Octal 376 132 333 0 101 16 0 471 143 103
Binary 11111110 1011010 11011011 0 1000001 1110 0 100111001 1100011 1000011

Color Harmonies of #FE5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5ADB

Black with #FE5ADB

Text Example


Text Example

White with #FE5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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