Html Css Color HEX #FB5ADB Free Speech Magenta

📋 copy color: '#FB5ADB'

red 251 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #FB5ADB

Tints of Free Speech Magenta #FB5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.07%

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

R = 44.82%
G = 16.07%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB5ADB (or 0xFB5ADB) is known color: Free Speech Magenta. HEX triplet: FB, 5A and DB. RGB value is (251,90,219). Sum of RGB (Red+Green+Blue) = 251+90+219=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ADB is #04A524. Grayscale: #989898. Windows color (decimal): -304421 or 14375675. OLE color: 14375675.

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

Color convert

RGB 251 90 219 -
CMYK 0 0.64 0.13 0.02
HSL 311.93º 0.95% 0.67% -
HSV(B) 311.93º 0.64% 0.98% -
XYZ 56.23 32.94 70.41 -
YUV 152.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 251 90 219 0 0.64 0.13 0.02 311.93 0.95 0.67
Hex FB 5A DB 0 40 D 2 138 5F 43
Octal 373 132 333 0 100 15 2 470 137 103
Binary 11111011 1011010 11011011 0 1000000 1101 10 100111000 1011111 1000011

Color Harmonies of #FB5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5ADB

Black with #FB5ADB

Text Example


Text Example

White with #FB5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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