Html Css Color HEX #F04DDF Free Speech Magenta

📋 copy color: '#F04DDF'

red 240 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Magenta #F04DDF

Tints of Free Speech Magenta #F04DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 44.44%
G = 14.26%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F04DDF (or 0xF04DDF) is known color: Free Speech Magenta. HEX triplet: F0, 4D and DF. RGB value is (240,77,223). Sum of RGB (Red+Green+Blue) = 240+77+223=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DDF is #0FB220. Grayscale: #8D8D8D. Windows color (decimal): -1028641 or 14634480. OLE color: 14634480.

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

Color convert

RGB 240 77 223 -
CMYK 0 0.68 0.07 0.06
HSL 306.26º 0.84% 0.62% -
HSV(B) 306.26º 0.68% 0.94% -
XYZ 51.91 29.16 72.7 -
YUV 142.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 240 77 223 0 0.68 0.07 0.06 306.26 0.84 0.62
Hex F0 4D DF 0 44 7 6 132 54 3E
Octal 360 115 337 0 104 7 6 462 124 76
Binary 11110000 1001101 11011111 0 1000100 111 110 100110010 1010100 111110

Color Harmonies of #F04DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DDF

Black with #F04DDF

Text Example


Text Example

White with #F04DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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