Html Css Color HEX #F050DB Free Speech Magenta

📋 copy color: '#F050DB'

red 240 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #F050DB

Tints of Free Speech Magenta #F050DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.84%

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

R = 44.53%
G = 14.84%
B = 40.63%

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

#F050DB (or 0xF050DB) is known color: Free Speech Magenta. HEX triplet: F0, 50 and DB. RGB value is (240,80,219). Sum of RGB (Red+Green+Blue) = 240+80+219=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F050DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050DB is #0FAF24. Grayscale: #8F8F8F. Windows color (decimal): -1027877 or 14373104. OLE color: 14373104.

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

Color convert

RGB 240 80 219 -
CMYK 0 0.67 0.09 0.06
HSL 307.88º 0.84% 0.63% -
HSV(B) 307.88º 0.67% 0.94% -
XYZ 51.59 29.38 69.97 -
YUV 143.69 170.51 196.7 -
System Red Green Blue C M Y K H S L
Decimal 240 80 219 0 0.67 0.09 0.06 307.88 0.84 0.63
Hex F0 50 DB 0 43 9 6 134 54 3F
Octal 360 120 333 0 103 11 6 464 124 77
Binary 11110000 1010000 11011011 0 1000011 1001 110 100110100 1010100 111111

Color Harmonies of #F050DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050DB

Black with #F050DB

Text Example


Text Example

White with #F050DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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