Html Css Color HEX #FB4DDB Free Speech Magenta

📋 copy color: '#FB4DDB'

red 251 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #FB4DDB

Tints of Free Speech Magenta #FB4DDB

RGB

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

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

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

R = 45.89%
G = 14.08%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB4DDB (or 0xFB4DDB) is known color: Free Speech Magenta. HEX triplet: FB, 4D and DB. RGB value is (251,77,219). Sum of RGB (Red+Green+Blue) = 251+77+219=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 77 (30.47% from 255 or 14.08% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4DDB is #04B224. Grayscale: #909090. Windows color (decimal): -307749 or 14372347. OLE color: 14372347.

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

Color convert

RGB 251 77 219 -
CMYK 0 0.69 0.13 0.02
HSL 311.03º 0.96% 0.64% -
HSV(B) 311.03º 0.69% 0.98% -
XYZ 55.22 30.93 70.08 -
YUV 145.21 169.65 203.45 -
System Red Green Blue C M Y K H S L
Decimal 251 77 219 0 0.69 0.13 0.02 311.03 0.96 0.64
Hex FB 4D DB 0 45 D 2 137 60 40
Octal 373 115 333 0 105 15 2 467 140 100
Binary 11111011 1001101 11011011 0 1000101 1101 10 100110111 1100000 1000000

Color Harmonies of #FB4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4DDB

Black with #FB4DDB

Text Example


Text Example

White with #FB4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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