Html Css Color HEX #FD4EDD Free Speech Magenta

📋 copy color: '#FD4EDD'

red 253 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Magenta #FD4EDD

Tints of Free Speech Magenta #FD4EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.13%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 45.83%
G = 14.13%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD4EDD (or 0xFD4EDD) is known color: Free Speech Magenta. HEX triplet: FD, 4E and DD. RGB value is (253,78,221). Sum of RGB (Red+Green+Blue) = 253+78+221=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 78 (30.86% from 255 or 14.13% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4EDD is #02B122. Grayscale: #929292. Windows color (decimal): -176419 or 14503677. OLE color: 14503677.

HSL color Cylindrical-coordinate representation of color #FD4EDD: hue angle of 310.97º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD4EDD is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 78 221 -
CMYK 0 0.69 0.13 0.01
HSL 310.97º 0.98% 0.65% -
HSV(B) 310.97º 0.69% 0.99% -
XYZ 56.28 31.55 71.53 -
YUV 146.63 169.98 203.87 -
System Red Green Blue C M Y K H S L
Decimal 253 78 221 0 0.69 0.13 0.01 310.97 0.98 0.65
Hex FD 4E DD 0 45 D 1 137 62 41
Octal 375 116 335 0 105 15 1 467 142 101
Binary 11111101 1001110 11011101 0 1000101 1101 1 100110111 1100010 1000001

Color Harmonies of #FD4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4EDD

Black with #FD4EDD

Text Example


Text Example

White with #FD4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4EDD; }

 p { color: rgb(253,78,221); }

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

background-color css

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

 a { background-color: rgb(253,78,221); }

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

border-color css

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

 span { border-color: rgb(253,78,221); }

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