Html Css Color HEX #FB5481 Brink Pink

📋 copy color: '#FB5481'

red 251 ◦ green 84 ◦ blue 129

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

Shades of Brink Pink #FB5481

Tints of Brink Pink #FB5481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.1%

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 54.09%
G = 18.1%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB5481 (or 0xFB5481) is known color: Brink Pink. HEX triplet: FB, 54 and 81. RGB value is (251,84,129). Sum of RGB (Red+Green+Blue) = 251+84+129=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5481 is #04AB7E. Grayscale: #8B8B8B. Windows color (decimal): -306047 or 8475899. OLE color: 8475899.

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

Color convert

RGB 251 84 129 -
CMYK 0 0.67 0.49 0.02
HSL 343.83º 0.95% 0.66% -
HSV(B) 343.83º 0.67% 0.98% -
XYZ 46.92 28.43 23.78 -
YUV 139.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 251 84 129 0 0.67 0.49 0.02 343.83 0.95 0.66
Hex FB 54 81 0 43 31 2 158 5F 42
Octal 373 124 201 0 103 61 2 530 137 102
Binary 11111011 1010100 10000001 0 1000011 110001 10 101011000 1011111 1000010

Color Harmonies of #FB5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5481

Black with #FB5481

Text Example


Text Example

White with #FB5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5481; }

 p { color: rgb(251,84,129); }

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

background-color css

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

 a { background-color: rgb(251,84,129); }

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

border-color css

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

 span { border-color: rgb(251,84,129); }

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