Html Css Color HEX #F04DCD Free Speech Magenta

📋 copy color: '#F04DCD'

red 240 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Magenta #F04DCD

Tints of Free Speech Magenta #F04DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 45.98%
G = 14.75%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F04DCD (or 0xF04DCD) is known color: Free Speech Magenta. HEX triplet: F0, 4D and CD. RGB value is (240,77,205). Sum of RGB (Red+Green+Blue) = 240+77+205=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DCD is #0FB232. Grayscale: #8B8B8B. Windows color (decimal): -1028659 or 13454832. OLE color: 13454832.

HSL color Cylindrical-coordinate representation of color #F04DCD: hue angle of 312.88º 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 #F04DCD is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 77 205 -
CMYK 0 0.68 0.15 0.06
HSL 312.88º 0.84% 0.62% -
HSV(B) 312.88º 0.68% 0.94% -
XYZ 49.61 28.24 60.59 -
YUV 140.33 164.5 199.09 -
System Red Green Blue C M Y K H S L
Decimal 240 77 205 0 0.68 0.15 0.06 312.88 0.84 0.62
Hex F0 4D CD 0 44 F 6 139 54 3E
Octal 360 115 315 0 104 17 6 471 124 76
Binary 11110000 1001101 11001101 0 1000100 1111 110 100111001 1010100 111110

Color Harmonies of #F04DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DCD

Black with #F04DCD

Text Example


Text Example

White with #F04DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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