Html Css Color HEX #FB718A Brink Pink

📋 copy color: '#FB718A'

red 251 ◦ green 113 ◦ blue 138

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

Shades of Brink Pink #FB718A

Tints of Brink Pink #FB718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.51%

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 50%
G = 22.51%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB718A (or 0xFB718A) is known color: Brink Pink. HEX triplet: FB, 71 and 8A. RGB value is (251,113,138). Sum of RGB (Red+Green+Blue) = 251+113+138=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB718A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB718A is #048E75. Grayscale: #9D9D9D. Windows color (decimal): -298614 or 9073147. OLE color: 9073147.

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

Color convert

RGB 251 113 138 -
CMYK 0 0.55 0.45 0.02
HSL 349.13º 0.95% 0.71% -
HSV(B) 349.13º 0.55% 0.98% -
XYZ 50.28 34.15 27.99 -
YUV 157.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 251 113 138 0 0.55 0.45 0.02 349.13 0.95 0.71
Hex FB 71 8A 0 37 2D 2 15D 5F 47
Octal 373 161 212 0 67 55 2 535 137 107
Binary 11111011 1110001 10001010 0 110111 101101 10 101011101 1011111 1000111

Color Harmonies of #FB718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB718A

Black with #FB718A

Text Example


Text Example

White with #FB718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB718A; }

 p { color: rgb(251,113,138); }

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

background-color css

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

 a { background-color: rgb(251,113,138); }

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

border-color css

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

 span { border-color: rgb(251,113,138); }

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