Html Css Color HEX #FE61E0 Free Speech Magenta

📋 copy color: '#FE61E0'

red 254 ◦ green 97 ◦ blue 224

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

Shades of Free Speech Magenta #FE61E0

Tints of Free Speech Magenta #FE61E0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.87%

 BLUE value IS 224 (87.89% from 255) = 38.96%

R = 44.17%
G = 16.87%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE61E0 (or 0xFE61E0) is known color: Free Speech Magenta. HEX triplet: FE, 61 and E0. RGB value is (254,97,224). Sum of RGB (Red+Green+Blue) = 254+97+224=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 97 (38.28% from 255 or 16.87% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61E0 is #019E1F. Grayscale: #9E9E9E. Windows color (decimal): -106016 or 14705150. OLE color: 14705150.

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

Color convert

RGB 254 97 224 -
CMYK 0 0.62 0.12 0.00
HSL 311.47º 0.99% 0.69% -
HSV(B) 311.47º 0.62% 1% -
XYZ 58.6 35 74.19 -
YUV 158.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 254 97 224 0 0.62 0.12 0.00 311.47 0.99 0.69
Hex FE 61 E0 0 3E C 0 137 63 45
Octal 376 141 340 0 76 14 0 467 143 105
Binary 11111110 1100001 11100000 0 111110 1100 0 100110111 1100011 1000101

Color Harmonies of #FE61E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE61E0

Black with #FE61E0

Text Example


Text Example

White with #FE61E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE61E0; }

 p { color: rgb(254,97,224); }

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

background-color css

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

 a { background-color: rgb(254,97,224); }

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

border-color css

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

 span { border-color: rgb(254,97,224); }

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