Html Css Color HEX #FB5EDB Free Speech Magenta

📋 copy color: '#FB5EDB'

red 251 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #FB5EDB

Tints of Free Speech Magenta #FB5EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.67%

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

R = 44.5%
G = 16.67%
B = 38.83%

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

#FB5EDB (or 0xFB5EDB) is known color: Free Speech Magenta. HEX triplet: FB, 5E and DB. RGB value is (251,94,219). Sum of RGB (Red+Green+Blue) = 251+94+219=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EDB is #04A124. Grayscale: #9A9A9A. Windows color (decimal): -303397 or 14376699. OLE color: 14376699.

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

Color convert

RGB 251 94 219 -
CMYK 0 0.63 0.13 0.02
HSL 312.23º 0.95% 0.68% -
HSV(B) 312.23º 0.63% 0.98% -
XYZ 56.57 33.63 70.53 -
YUV 155.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 251 94 219 0 0.63 0.13 0.02 312.23 0.95 0.68
Hex FB 5E DB 0 3F D 2 138 5F 44
Octal 373 136 333 0 77 15 2 470 137 104
Binary 11111011 1011110 11011011 0 111111 1101 10 100111000 1011111 1000100

Color Harmonies of #FB5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5EDB

Black with #FB5EDB

Text Example


Text Example

White with #FB5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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