Html Css Color HEX #FB727B Brink Pink

📋 copy color: '#FB727B'

red 251 ◦ green 114 ◦ blue 123

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

Shades of Brink Pink #FB727B

Tints of Brink Pink #FB727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.2%

R = 51.43%
G = 23.36%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB727B (or 0xFB727B) is known color: Brink Pink. HEX triplet: FB, 72 and 7B. RGB value is (251,114,123). Sum of RGB (Red+Green+Blue) = 251+114+123=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB727B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB727B is #048D84. Grayscale: #9C9C9C. Windows color (decimal): -298373 or 8090363. OLE color: 8090363.

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

Color convert

RGB 251 114 123 -
CMYK 0 0.55 0.51 0.02
HSL 356.06º 0.94% 0.72% -
HSV(B) 356.06º 0.55% 0.98% -
XYZ 49.38 33.97 22.69 -
YUV 155.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 251 114 123 0 0.55 0.51 0.02 356.06 0.94 0.72
Hex FB 72 7B 0 37 33 2 164 5E 48
Octal 373 162 173 0 67 63 2 544 136 110
Binary 11111011 1110010 1111011 0 110111 110011 10 101100100 1011110 1001000

Color Harmonies of #FB727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB727B

Black with #FB727B

Text Example


Text Example

White with #FB727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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