Html Css Color HEX #FB717A Brink Pink

📋 copy color: '#FB717A'

red 251 ◦ green 113 ◦ blue 122

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

Shades of Brink Pink #FB717A

Tints of Brink Pink #FB717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.1%

R = 51.65%
G = 23.25%
B = 25.1%

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

#FB717A (or 0xFB717A) is known color: Brink Pink. HEX triplet: FB, 71 and 7A. RGB value is (251,113,122). Sum of RGB (Red+Green+Blue) = 251+113+122=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB717A is #048E85. Grayscale: #9B9B9B. Windows color (decimal): -298630 or 8024571. OLE color: 8024571.

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

Color convert

RGB 251 113 122 -
CMYK 0 0.55 0.51 0.02
HSL 356.09º 0.95% 0.71% -
HSV(B) 356.09º 0.55% 0.98% -
XYZ 49.2 33.72 22.33 -
YUV 155.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 251 113 122 0 0.55 0.51 0.02 356.09 0.95 0.71
Hex FB 71 7A 0 37 33 2 164 5F 47
Octal 373 161 172 0 67 63 2 544 137 107
Binary 11111011 1110001 1111010 0 110111 110011 10 101100100 1011111 1000111

Color Harmonies of #FB717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB717A

Black with #FB717A

Text Example


Text Example

White with #FB717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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