Html Css Color HEX #FB50DB Free Speech Magenta

📋 copy color: '#FB50DB'

red 251 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #FB50DB

Tints of Free Speech Magenta #FB50DB

RGB

 RED value IS 251 (98.44% from 255) = 45.64%

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

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

R = 45.64%
G = 14.55%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB50DB (or 0xFB50DB) is known color: Free Speech Magenta. HEX triplet: FB, 50 and DB. RGB value is (251,80,219). Sum of RGB (Red+Green+Blue) = 251+80+219=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50DB is #04AF24. Grayscale: #929292. Windows color (decimal): -306981 or 14373115. OLE color: 14373115.

HSL color Cylindrical-coordinate representation of color #FB50DB: hue angle of 311.23º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB50DB is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 80 219 -
CMYK 0 0.68 0.13 0.02
HSL 311.23º 0.96% 0.65% -
HSV(B) 311.23º 0.68% 0.98% -
XYZ 55.44 31.36 70.15 -
YUV 146.98 168.65 202.2 -
System Red Green Blue C M Y K H S L
Decimal 251 80 219 0 0.68 0.13 0.02 311.23 0.96 0.65
Hex FB 50 DB 0 44 D 2 137 60 41
Octal 373 120 333 0 104 15 2 467 140 101
Binary 11111011 1010000 11011011 0 1000100 1101 10 100110111 1100000 1000001

Color Harmonies of #FB50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50DB

Black with #FB50DB

Text Example


Text Example

White with #FB50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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