Html Css Color HEX #F04DDD Free Speech Magenta

📋 copy color: '#F04DDD'

red 240 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Magenta #F04DDD

Tints of Free Speech Magenta #F04DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 44.61%
G = 14.31%
B = 41.08%

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

#F04DDD (or 0xF04DDD) is known color: Free Speech Magenta. HEX triplet: F0, 4D and DD. RGB value is (240,77,221). Sum of RGB (Red+Green+Blue) = 240+77+221=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 77 (30.47% from 255 or 14.31% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DDD is #0FB222. Grayscale: #8D8D8D. Windows color (decimal): -1028643 or 14503408. OLE color: 14503408.

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

Color convert

RGB 240 77 221 -
CMYK 0 0.68 0.08 0.06
HSL 306.99º 0.84% 0.62% -
HSV(B) 306.99º 0.68% 0.94% -
XYZ 51.64 29.05 71.29 -
YUV 142.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 240 77 221 0 0.68 0.08 0.06 306.99 0.84 0.62
Hex F0 4D DD 0 44 8 6 133 54 3E
Octal 360 115 335 0 104 10 6 463 124 76
Binary 11110000 1001101 11011101 0 1000100 1000 110 100110011 1010100 111110

Color Harmonies of #F04DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DDD

Black with #F04DDD

Text Example


Text Example

White with #F04DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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