Html Css Color HEX #FB727C Brink Pink

📋 copy color: '#FB727C'

red 251 ◦ green 114 ◦ blue 124

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

Shades of Brink Pink #FB727C

Tints of Brink Pink #FB727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 51.33%
G = 23.31%
B = 25.36%

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

#FB727C (or 0xFB727C) is known color: Brink Pink. HEX triplet: FB, 72 and 7C. RGB value is (251,114,124). Sum of RGB (Red+Green+Blue) = 251+114+124=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB727C is #048D83. Grayscale: #9C9C9C. Windows color (decimal): -298372 or 8155899. OLE color: 8155899.

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

Color convert

RGB 251 114 124 -
CMYK 0 0.55 0.51 0.02
HSL 355.62º 0.94% 0.72% -
HSV(B) 355.62º 0.55% 0.98% -
XYZ 49.44 34 23.03 -
YUV 156.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 251 114 124 0 0.55 0.51 0.02 355.62 0.94 0.72
Hex FB 72 7C 0 37 33 2 164 5E 48
Octal 373 162 174 0 67 63 2 544 136 110
Binary 11111011 1110010 1111100 0 110111 110011 10 101100100 1011110 1001000

Color Harmonies of #FB727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB727C

Black with #FB727C

Text Example


Text Example

White with #FB727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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