Html Css Color HEX #FE5BDA Free Speech Magenta

📋 copy color: '#FE5BDA'

red 254 ◦ green 91 ◦ blue 218

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

Shades of Free Speech Magenta #FE5BDA

Tints of Free Speech Magenta #FE5BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.16%

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 45.12%
G = 16.16%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE5BDA (or 0xFE5BDA) is known color: Free Speech Magenta. HEX triplet: FE, 5B and DA. RGB value is (254,91,218). Sum of RGB (Red+Green+Blue) = 254+91+218=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BDA is #01A425. Grayscale: #999999. Windows color (decimal): -107558 or 14310398. OLE color: 14310398.

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

Color convert

RGB 254 91 218 -
CMYK 0 0.64 0.14 0.00
HSL 313.25º 0.99% 0.68% -
HSV(B) 313.25º 0.64% 1% -
XYZ 57.27 33.61 69.8 -
YUV 154.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 254 91 218 0 0.64 0.14 0.00 313.25 0.99 0.68
Hex FE 5B DA 0 40 E 0 139 63 44
Octal 376 133 332 0 100 16 0 471 143 104
Binary 11111110 1011011 11011010 0 1000000 1110 0 100111001 1100011 1000100

Color Harmonies of #FE5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BDA

Black with #FE5BDA

Text Example


Text Example

White with #FE5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BDA; }

 p { color: rgb(254,91,218); }

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

background-color css

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

 a { background-color: rgb(254,91,218); }

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

border-color css

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

 span { border-color: rgb(254,91,218); }

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