Html Css Color HEX #F04DDC Free Speech Magenta

📋 copy color: '#F04DDC'

red 240 ◦ green 77 ◦ blue 220

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

Shades of Free Speech Magenta #F04DDC

Tints of Free Speech Magenta #F04DDC

RGB

 RED value IS 240 (94.14% from 255) = 44.69%

 GREEN value IS 77 (30.47% from 255) = 14.34%

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 44.69%
G = 14.34%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F04DDC (or 0xF04DDC) is known color: Free Speech Magenta. HEX triplet: F0, 4D and DC. RGB value is (240,77,220). Sum of RGB (Red+Green+Blue) = 240+77+220=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 77 (30.47% from 255 or 14.34% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DDC is #0FB223. Grayscale: #8D8D8D. Windows color (decimal): -1028644 or 14437872. OLE color: 14437872.

HSL color Cylindrical-coordinate representation of color #F04DDC: hue angle of 307.36º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04DDC is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 77 220 -
CMYK 0 0.68 0.08 0.06
HSL 307.36º 0.84% 0.62% -
HSV(B) 307.36º 0.68% 0.94% -
XYZ 51.51 29 70.59 -
YUV 142.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 240 77 220 0 0.68 0.08 0.06 307.36 0.84 0.62
Hex F0 4D DC 0 44 8 6 133 54 3E
Octal 360 115 334 0 104 10 6 463 124 76
Binary 11110000 1001101 11011100 0 1000100 1000 110 100110011 1010100 111110

Color Harmonies of #F04DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DDC

Black with #F04DDC

Text Example


Text Example

White with #F04DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DDC; }

 p { color: rgb(240,77,220); }

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

background-color css

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

 a { background-color: rgb(240,77,220); }

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

border-color css

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

 span { border-color: rgb(240,77,220); }

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