Html Css Color HEX #FE53E7 Free Speech Magenta

📋 copy color: '#FE53E7'

red 254 ◦ green 83 ◦ blue 231

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

Shades of Free Speech Magenta #FE53E7

Tints of Free Speech Magenta #FE53E7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.61%

 BLUE value IS 231 (90.63% from 255) = 40.67%

R = 44.72%
G = 14.61%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE53E7 (or 0xFE53E7) is known color: Free Speech Magenta. HEX triplet: FE, 53 and E7. RGB value is (254,83,231). Sum of RGB (Red+Green+Blue) = 254+83+231=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 83 (32.81% from 255 or 14.61% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53E7 is #01AC18. Grayscale: #969696. Windows color (decimal): -109593 or 15160318. OLE color: 15160318.

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

Color convert

RGB 254 83 231 -
CMYK 0 0.67 0.09 0.00
HSL 308.07º 0.99% 0.66% -
HSV(B) 308.07º 0.67% 1% -
XYZ 58.39 33.03 78.9 -
YUV 151 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 254 83 231 0 0.67 0.09 0.00 308.07 0.99 0.66
Hex FE 53 E7 0 43 9 0 134 63 42
Octal 376 123 347 0 103 11 0 464 143 102
Binary 11111110 1010011 11100111 0 1000011 1001 0 100110100 1100011 1000010

Color Harmonies of #FE53E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53E7

Black with #FE53E7

Text Example


Text Example

White with #FE53E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53E7; }

 p { color: rgb(254,83,231); }

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

background-color css

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

 a { background-color: rgb(254,83,231); }

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

border-color css

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

 span { border-color: rgb(254,83,231); }

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