Html Css Color HEX #FF50DB Free Speech Magenta

📋 copy color: '#FF50DB'

red 255 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #FF50DB

Tints of Free Speech Magenta #FF50DB

RGB

 RED value IS 255 (100% from 255) = 46.03%

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

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

R = 46.03%
G = 14.44%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF50DB (or 0xFF50DB) is known color: Free Speech Magenta. HEX triplet: FF, 50 and DB. RGB value is (255,80,219). Sum of RGB (Red+Green+Blue) = 255+80+219=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 80 (31.64% from 255 or 14.44% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50DB is #00AF24. Grayscale: #939393. Windows color (decimal): -44837 or 14373119. OLE color: 14373119.

HSL color Cylindrical-coordinate representation of color #FF50DB: hue angle of 312.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50DB is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 219 -
CMYK 0 0.69 0.14 0
HSL 312.34º 1% 0.66% -
HSV(B) 312.34º 0.69% 1% -
XYZ 56.89 32.11 70.22 -
YUV 148.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 255 80 219 0 0.69 0.14 0 312.34 1 0.66
Hex FF 50 DB 0 45 E 0 138 64 42
Octal 377 120 333 0 105 16 0 470 144 102
Binary 11111111 1010000 11011011 0 1000101 1110 0 100111000 1100100 1000010

Color Harmonies of #FF50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50DB

Black with #FF50DB

Text Example


Text Example

White with #FF50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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