Html Css Color HEX #FB5A81 Brink Pink

📋 copy color: '#FB5A81'

red 251 ◦ green 90 ◦ blue 129

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

Shades of Brink Pink #FB5A81

Tints of Brink Pink #FB5A81

RGB

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

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

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

R = 53.4%
G = 19.15%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB5A81 (or 0xFB5A81) is known color: Brink Pink. HEX triplet: FB, 5A and 81. RGB value is (251,90,129). Sum of RGB (Red+Green+Blue) = 251+90+129=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5A81 is #04A57E. Grayscale: #8E8E8E. Windows color (decimal): -304511 or 8477435. OLE color: 8477435.

HSL color Cylindrical-coordinate representation of color #FB5A81: hue angle of 345.47º 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 #FB5A81 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 90 129 -
CMYK 0 0.64 0.49 0.02
HSL 345.47º 0.95% 0.67% -
HSV(B) 345.47º 0.64% 0.98% -
XYZ 47.4 29.41 23.95 -
YUV 142.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 251 90 129 0 0.64 0.49 0.02 345.47 0.95 0.67
Hex FB 5A 81 0 40 31 2 159 5F 43
Octal 373 132 201 0 100 61 2 531 137 103
Binary 11111011 1011010 10000001 0 1000000 110001 10 101011001 1011111 1000011

Color Harmonies of #FB5A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5A81

Black with #FB5A81

Text Example


Text Example

White with #FB5A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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