Html Css Color HEX #F04FDB Free Speech Magenta

📋 copy color: '#F04FDB'

red 240 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #F04FDB

Tints of Free Speech Magenta #F04FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.68%

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

R = 44.61%
G = 14.68%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F04FDB (or 0xF04FDB) is known color: Free Speech Magenta. HEX triplet: F0, 4F and DB. RGB value is (240,79,219). Sum of RGB (Red+Green+Blue) = 240+79+219=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 79 (31.25% from 255 or 14.68% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FDB is #0FB024. Grayscale: #8E8E8E. Windows color (decimal): -1028133 or 14372848. OLE color: 14372848.

HSL color Cylindrical-coordinate representation of color #F04FDB: hue angle of 307.83º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04FDB is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 219 -
CMYK 0 0.67 0.09 0.06
HSL 307.83º 0.84% 0.63% -
HSV(B) 307.83º 0.67% 0.94% -
XYZ 51.52 29.23 69.94 -
YUV 143.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 240 79 219 0 0.67 0.09 0.06 307.83 0.84 0.63
Hex F0 4F DB 0 43 9 6 134 54 3F
Octal 360 117 333 0 103 11 6 464 124 77
Binary 11110000 1001111 11011011 0 1000011 1001 110 100110100 1010100 111111

Color Harmonies of #F04FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FDB

Black with #F04FDB

Text Example


Text Example

White with #F04FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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