Html Css Color HEX #FB728F Brink Pink

📋 copy color: '#FB728F'

red 251 ◦ green 114 ◦ blue 143

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

Shades of Brink Pink #FB728F

Tints of Brink Pink #FB728F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.15%

R = 49.41%
G = 22.44%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB728F (or 0xFB728F) is known color: Brink Pink. HEX triplet: FB, 72 and 8F. RGB value is (251,114,143). Sum of RGB (Red+Green+Blue) = 251+114+143=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB728F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB728F is #048D70. Grayscale: #9E9E9E. Windows color (decimal): -298353 or 9401083. OLE color: 9401083.

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

Color convert

RGB 251 114 143 -
CMYK 0 0.55 0.43 0.02
HSL 347.3º 0.94% 0.72% -
HSV(B) 347.3º 0.55% 0.98% -
XYZ 50.76 34.53 29.98 -
YUV 158.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 251 114 143 0 0.55 0.43 0.02 347.3 0.94 0.72
Hex FB 72 8F 0 37 2B 2 15B 5E 48
Octal 373 162 217 0 67 53 2 533 136 110
Binary 11111011 1110010 10001111 0 110111 101011 10 101011011 1011110 1001000

Color Harmonies of #FB728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB728F

Black with #FB728F

Text Example


Text Example

White with #FB728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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