Html Css Color HEX #FD5ADD Free Speech Magenta

📋 copy color: '#FD5ADD'

red 253 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #FD5ADD

Tints of Free Speech Magenta #FD5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.96%

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

R = 44.86%
G = 15.96%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD5ADD (or 0xFD5ADD) is known color: Free Speech Magenta. HEX triplet: FD, 5A and DD. RGB value is (253,90,221). Sum of RGB (Red+Green+Blue) = 253+90+221=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 90 (35.55% from 255 or 15.96% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5ADD is #02A522. Grayscale: #999999. Windows color (decimal): -173347 or 14506749. OLE color: 14506749.

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

Color convert

RGB 253 90 221 -
CMYK 0 0.64 0.13 0.01
HSL 311.78º 0.98% 0.67% -
HSV(B) 311.78º 0.64% 0.99% -
XYZ 57.22 33.42 71.84 -
YUV 153.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 253 90 221 0 0.64 0.13 0.01 311.78 0.98 0.67
Hex FD 5A DD 0 40 D 1 138 62 43
Octal 375 132 335 0 100 15 1 470 142 103
Binary 11111101 1011010 11011101 0 1000000 1101 1 100111000 1100010 1000011

Color Harmonies of #FD5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5ADD

Black with #FD5ADD

Text Example


Text Example

White with #FD5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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