Html Css Color HEX #FD4CE0 Free Speech Magenta

📋 copy color: '#FD4CE0'

red 253 ◦ green 76 ◦ blue 224

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

Shades of Free Speech Magenta #FD4CE0

Tints of Free Speech Magenta #FD4CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.74%

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

R = 45.75%
G = 13.74%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD4CE0 (or 0xFD4CE0) is known color: Free Speech Magenta. HEX triplet: FD, 4C and E0. RGB value is (253,76,224). Sum of RGB (Red+Green+Blue) = 253+76+224=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 76 (30.08% from 255 or 13.74% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4CE0 is #02B31F. Grayscale: #919191. Windows color (decimal): -176928 or 14699773. OLE color: 14699773.

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

Color convert

RGB 253 76 224 -
CMYK 0 0.70 0.11 0.01
HSL 309.83º 0.98% 0.65% -
HSV(B) 309.83º 0.7% 0.99% -
XYZ 56.55 31.43 73.61 -
YUV 145.8 172.14 204.47 -
System Red Green Blue C M Y K H S L
Decimal 253 76 224 0 0.70 0.11 0.01 309.83 0.98 0.65
Hex FD 4C E0 0 46 B 1 136 62 41
Octal 375 114 340 0 106 13 1 466 142 101
Binary 11111101 1001100 11100000 0 1000110 1011 1 100110110 1100010 1000001

Color Harmonies of #FD4CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4CE0

Black with #FD4CE0

Text Example


Text Example

White with #FD4CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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