Html Css Color HEX #FB5DDB Free Speech Magenta

📋 copy color: '#FB5DDB'

red 251 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #FB5DDB

Tints of Free Speech Magenta #FB5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.52%

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

R = 44.58%
G = 16.52%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB5DDB (or 0xFB5DDB) is known color: Free Speech Magenta. HEX triplet: FB, 5D and DB. RGB value is (251,93,219). Sum of RGB (Red+Green+Blue) = 251+93+219=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 93 (36.72% from 255 or 16.52% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DDB is #04A224. Grayscale: #9A9A9A. Windows color (decimal): -303653 or 14376443. OLE color: 14376443.

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

Color convert

RGB 251 93 219 -
CMYK 0 0.63 0.13 0.02
HSL 312.15º 0.95% 0.67% -
HSV(B) 312.15º 0.63% 0.98% -
XYZ 56.48 33.45 70.5 -
YUV 154.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 251 93 219 0 0.63 0.13 0.02 312.15 0.95 0.67
Hex FB 5D DB 0 3F D 2 138 5F 43
Octal 373 135 333 0 77 15 2 470 137 103
Binary 11111011 1011101 11011011 0 111111 1101 10 100111000 1011111 1000011

Color Harmonies of #FB5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5DDB

Black with #FB5DDB

Text Example


Text Example

White with #FB5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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