Html Css Color HEX #FB7281 Brink Pink

📋 copy color: '#FB7281'

red 251 ◦ green 114 ◦ blue 129

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

Shades of Brink Pink #FB7281

Tints of Brink Pink #FB7281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.08%

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

R = 50.81%
G = 23.08%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB7281 (or 0xFB7281) is known color: Brink Pink. HEX triplet: FB, 72 and 81. RGB value is (251,114,129). Sum of RGB (Red+Green+Blue) = 251+114+129=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7281 is #048D7E. Grayscale: #9C9C9C. Windows color (decimal): -298367 or 8483579. OLE color: 8483579.

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

Color convert

RGB 251 114 129 -
CMYK 0 0.55 0.49 0.02
HSL 353.43º 0.94% 0.72% -
HSV(B) 353.43º 0.55% 0.98% -
XYZ 49.76 34.13 24.73 -
YUV 156.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 251 114 129 0 0.55 0.49 0.02 353.43 0.94 0.72
Hex FB 72 81 0 37 31 2 161 5E 48
Octal 373 162 201 0 67 61 2 541 136 110
Binary 11111011 1110010 10000001 0 110111 110001 10 101100001 1011110 1001000

Color Harmonies of #FB7281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7281

Black with #FB7281

Text Example


Text Example

White with #FB7281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7281; }

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

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

background-color css

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

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

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

border-color css

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

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

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