Html Css Color HEX #F04DCC Free Speech Magenta

📋 copy color: '#F04DCC'

red 240 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Magenta #F04DCC

Tints of Free Speech Magenta #F04DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 46.07%
G = 14.78%
B = 39.16%

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

#F04DCC (or 0xF04DCC) is known color: Free Speech Magenta. HEX triplet: F0, 4D and CC. RGB value is (240,77,204). Sum of RGB (Red+Green+Blue) = 240+77+204=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DCC is #0FB233. Grayscale: #8B8B8B. Windows color (decimal): -1028660 or 13389296. OLE color: 13389296.

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

Color convert

RGB 240 77 204 -
CMYK 0 0.68 0.15 0.06
HSL 313.25º 0.84% 0.62% -
HSV(B) 313.25º 0.68% 0.94% -
XYZ 49.49 28.19 59.96 -
YUV 140.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 240 77 204 0 0.68 0.15 0.06 313.25 0.84 0.62
Hex F0 4D CC 0 44 F 6 139 54 3E
Octal 360 115 314 0 104 17 6 471 124 76
Binary 11110000 1001101 11001100 0 1000100 1111 110 100111001 1010100 111110

Color Harmonies of #F04DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DCC

Black with #F04DCC

Text Example


Text Example

White with #F04DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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