Html Css Color HEX #FD5CE0 Free Speech Magenta

📋 copy color: '#FD5CE0'

red 253 ◦ green 92 ◦ blue 224

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

Shades of Free Speech Magenta #FD5CE0

Tints of Free Speech Magenta #FD5CE0

RGB

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

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

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

R = 44.46%
G = 16.17%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD5CE0 (or 0xFD5CE0) is known color: Free Speech Magenta. HEX triplet: FD, 5C and E0. RGB value is (253,92,224). Sum of RGB (Red+Green+Blue) = 253+92+224=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 92 (36.33% from 255 or 16.17% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CE0 is #02A31F. Grayscale: #9A9A9A. Windows color (decimal): -172832 or 14703869. OLE color: 14703869.

HSL color Cylindrical-coordinate representation of color #FD5CE0: hue angle of 310.81º 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 #FD5CE0 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 92 224 -
CMYK 0 0.64 0.11 0.01
HSL 310.81º 0.98% 0.68% -
HSV(B) 310.81º 0.64% 0.99% -
XYZ 57.79 33.92 74.02 -
YUV 155.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 253 92 224 0 0.64 0.11 0.01 310.81 0.98 0.68
Hex FD 5C E0 0 40 B 1 137 62 44
Octal 375 134 340 0 100 13 1 467 142 104
Binary 11111101 1011100 11100000 0 1000000 1011 1 100110111 1100010 1000100

Color Harmonies of #FD5CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CE0

Black with #FD5CE0

Text Example


Text Example

White with #FD5CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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