Html Css Color HEX #FE4FDB Free Speech Magenta

📋 copy color: '#FE4FDB'

red 254 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #FE4FDB

Tints of Free Speech Magenta #FE4FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.31%

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

R = 46.01%
G = 14.31%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE4FDB (or 0xFE4FDB) is known color: Free Speech Magenta. HEX triplet: FE, 4F and DB. RGB value is (254,79,219). Sum of RGB (Red+Green+Blue) = 254+79+219=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 79 (31.25% from 255 or 14.31% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FDB is #01B024. Grayscale: #929292. Windows color (decimal): -110629 or 14372862. OLE color: 14372862.

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

Color convert

RGB 254 79 219 -
CMYK 0 0.69 0.14 0.00
HSL 312º 0.99% 0.65% -
HSV(B) 312º 0.69% 1% -
XYZ 56.46 31.78 70.18 -
YUV 147.29 168.48 204.12 -
System Red Green Blue C M Y K H S L
Decimal 254 79 219 0 0.69 0.14 0.00 312 0.99 0.65
Hex FE 4F DB 0 45 E 0 138 63 41
Octal 376 117 333 0 105 16 0 470 143 101
Binary 11111110 1001111 11011011 0 1000101 1110 0 100111000 1100011 1000001

Color Harmonies of #FE4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4FDB

Black with #FE4FDB

Text Example


Text Example

White with #FE4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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