Html Css Color HEX #F04DDB Free Speech Magenta

📋 copy color: '#F04DDB'

red 240 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #F04DDB

Tints of Free Speech Magenta #F04DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 44.78%
G = 14.37%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F04DDB (or 0xF04DDB) is known color: Free Speech Magenta. HEX triplet: F0, 4D and DB. RGB value is (240,77,219). Sum of RGB (Red+Green+Blue) = 240+77+219=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DDB is #0FB224. Grayscale: #8D8D8D. Windows color (decimal): -1028645 or 14372336. OLE color: 14372336.

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

Color convert

RGB 240 77 219 -
CMYK 0 0.68 0.09 0.06
HSL 307.73º 0.84% 0.62% -
HSV(B) 307.73º 0.68% 0.94% -
XYZ 51.38 28.95 69.9 -
YUV 141.93 171.5 197.95 -
System Red Green Blue C M Y K H S L
Decimal 240 77 219 0 0.68 0.09 0.06 307.73 0.84 0.62
Hex F0 4D DB 0 44 9 6 134 54 3E
Octal 360 115 333 0 104 11 6 464 124 76
Binary 11110000 1001101 11011011 0 1000100 1001 110 100110100 1010100 111110

Color Harmonies of #F04DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DDB

Black with #F04DDB

Text Example


Text Example

White with #F04DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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