Html Css Color HEX #FD5CDD Free Speech Magenta

📋 copy color: '#FD5CDD'

red 253 ◦ green 92 ◦ blue 221

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

Shades of Free Speech Magenta #FD5CDD

Tints of Free Speech Magenta #FD5CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.25%

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

R = 44.7%
G = 16.25%
B = 39.05%

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

#FD5CDD (or 0xFD5CDD) is known color: Free Speech Magenta. HEX triplet: FD, 5C and DD. RGB value is (253,92,221). Sum of RGB (Red+Green+Blue) = 253+92+221=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 92 (36.33% from 255 or 16.25% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CDD is #02A322. Grayscale: #9A9A9A. Windows color (decimal): -172835 or 14507261. OLE color: 14507261.

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

Color convert

RGB 253 92 221 -
CMYK 0 0.64 0.13 0.01
HSL 311.93º 0.98% 0.68% -
HSV(B) 311.93º 0.64% 0.99% -
XYZ 57.39 33.76 71.9 -
YUV 154.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 253 92 221 0 0.64 0.13 0.01 311.93 0.98 0.68
Hex FD 5C DD 0 40 D 1 138 62 44
Octal 375 134 335 0 100 15 1 470 142 104
Binary 11111101 1011100 11011101 0 1000000 1101 1 100111000 1100010 1000100

Color Harmonies of #FD5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CDD

Black with #FD5CDD

Text Example


Text Example

White with #FD5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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