Html Css Color HEX #FE5FDF Free Speech Magenta

📋 copy color: '#FE5FDF'

red 254 ◦ green 95 ◦ blue 223

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

Shades of Free Speech Magenta #FE5FDF

Tints of Free Speech Magenta #FE5FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.61%

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

R = 44.41%
G = 16.61%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE5FDF (or 0xFE5FDF) is known color: Free Speech Magenta. HEX triplet: FE, 5F and DF. RGB value is (254,95,223). Sum of RGB (Red+Green+Blue) = 254+95+223=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 95 (37.5% from 255 or 16.61% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FDF is #01A020. Grayscale: #9C9C9C. Windows color (decimal): -106529 or 14639102. OLE color: 14639102.

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

Color convert

RGB 254 95 223 -
CMYK 0 0.63 0.12 0.00
HSL 311.7º 0.99% 0.68% -
HSV(B) 311.7º 0.63% 1% -
XYZ 58.28 34.58 73.42 -
YUV 157.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 254 95 223 0 0.63 0.12 0.00 311.7 0.99 0.68
Hex FE 5F DF 0 3F C 0 138 63 44
Octal 376 137 337 0 77 14 0 470 143 104
Binary 11111110 1011111 11011111 0 111111 1100 0 100111000 1100011 1000100

Color Harmonies of #FE5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FDF

Black with #FE5FDF

Text Example


Text Example

White with #FE5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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