Html Css Color HEX #FE4FDD Free Speech Magenta

📋 copy color: '#FE4FDD'

red 254 ◦ green 79 ◦ blue 221

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

Shades of Free Speech Magenta #FE4FDD

Tints of Free Speech Magenta #FE4FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 45.85%
G = 14.26%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE4FDD (or 0xFE4FDD) is known color: Free Speech Magenta. HEX triplet: FE, 4F and DD. RGB value is (254,79,221). Sum of RGB (Red+Green+Blue) = 254+79+221=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 79 (31.25% from 255 or 14.26% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FDD is #01B022. Grayscale: #939393. Windows color (decimal): -110627 or 14503934. OLE color: 14503934.

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

Color convert

RGB 254 79 221 -
CMYK 0 0.69 0.13 0.00
HSL 311.31º 0.99% 0.65% -
HSV(B) 311.31º 0.69% 1% -
XYZ 56.72 31.88 71.57 -
YUV 147.51 169.48 203.95 -
System Red Green Blue C M Y K H S L
Decimal 254 79 221 0 0.69 0.13 0.00 311.31 0.99 0.65
Hex FE 4F DD 0 45 D 0 137 63 41
Octal 376 117 335 0 105 15 0 467 143 101
Binary 11111110 1001111 11011101 0 1000101 1101 0 100110111 1100011 1000001

Color Harmonies of #FE4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4FDD

Black with #FE4FDD

Text Example


Text Example

White with #FE4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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