Html Css Color HEX #FE4FDF Free Speech Magenta

📋 copy color: '#FE4FDF'

red 254 ◦ green 79 ◦ blue 223

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

Shades of Free Speech Magenta #FE4FDF

Tints of Free Speech Magenta #FE4FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 45.68%
G = 14.21%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE4FDF (or 0xFE4FDF) is known color: Free Speech Magenta. HEX triplet: FE, 4F and DF. RGB value is (254,79,223). Sum of RGB (Red+Green+Blue) = 254+79+223=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 79 (31.25% from 255 or 14.21% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FDF is #01B020. Grayscale: #939393. Windows color (decimal): -110625 or 14635006. OLE color: 14635006.

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

Color convert

RGB 254 79 223 -
CMYK 0 0.69 0.12 0.00
HSL 310.63º 0.99% 0.65% -
HSV(B) 310.63º 0.69% 1% -
XYZ 56.99 31.99 72.98 -
YUV 147.74 170.48 203.79 -
System Red Green Blue C M Y K H S L
Decimal 254 79 223 0 0.69 0.12 0.00 310.63 0.99 0.65
Hex FE 4F DF 0 45 C 0 137 63 41
Octal 376 117 337 0 105 14 0 467 143 101
Binary 11111110 1001111 11011111 0 1000101 1100 0 100110111 1100011 1000001

Color Harmonies of #FE4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4FDF

Black with #FE4FDF

Text Example


Text Example

White with #FE4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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