Html Css Color HEX #FD64E0 Free Speech Magenta

📋 copy color: '#FD64E0'

red 253 ◦ green 100 ◦ blue 224

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

Shades of Free Speech Magenta #FD64E0

Tints of Free Speech Magenta #FD64E0

RGB

 RED value IS 253 (99.22% from 255) = 43.85%

 GREEN value IS 100 (39.45% from 255) = 17.33%

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

R = 43.85%
G = 17.33%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD64E0 (or 0xFD64E0) is known color: Free Speech Magenta. HEX triplet: FD, 64 and E0. RGB value is (253,100,224). Sum of RGB (Red+Green+Blue) = 253+100+224=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD64E0 is #029B1F. Grayscale: #9F9F9F. Windows color (decimal): -170784 or 14705917. OLE color: 14705917.

HSL color Cylindrical-coordinate representation of color #FD64E0: hue angle of 311.37º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD64E0 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 100 224 -
CMYK 0 0.60 0.11 0.01
HSL 311.37º 0.97% 0.69% -
HSV(B) 311.37º 0.6% 0.99% -
XYZ 58.52 35.38 74.27 -
YUV 159.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 253 100 224 0 0.60 0.11 0.01 311.37 0.97 0.69
Hex FD 64 E0 0 3C B 1 137 61 45
Octal 375 144 340 0 74 13 1 467 141 105
Binary 11111101 1100100 11100000 0 111100 1011 1 100110111 1100001 1000101

Color Harmonies of #FD64E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD64E0

Black with #FD64E0

Text Example


Text Example

White with #FD64E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD64E0; }

 p { color: rgb(253,100,224); }

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

background-color css

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

 a { background-color: rgb(253,100,224); }

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

border-color css

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

 span { border-color: rgb(253,100,224); }

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