Html Css Color HEX #F76A8B Brink Pink

📋 copy color: '#F76A8B'

red 247 ◦ green 106 ◦ blue 139

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

Shades of Brink Pink #F76A8B

Tints of Brink Pink #F76A8B

RGB

 RED value IS 247 (96.88% from 255) = 50.2%

 GREEN value IS 106 (41.8% from 255) = 21.54%

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 50.2%
G = 21.54%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F76A8B (or 0xF76A8B) is known color: Brink Pink. HEX triplet: F7, 6A and 8B. RGB value is (247,106,139). Sum of RGB (Red+Green+Blue) = 247+106+139=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A8B is #089574. Grayscale: #979797. Windows color (decimal): -562549 or 9136887. OLE color: 9136887.

HSL color Cylindrical-coordinate representation of color #F76A8B: hue angle of 345.96º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76A8B is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 106 139 -
CMYK 0 0.57 0.44 0.03
HSL 345.96º 0.9% 0.69% -
HSV(B) 345.96º 0.57% 0.97% -
XYZ 48.17 31.95 28.05 -
YUV 151.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 247 106 139 0 0.57 0.44 0.03 345.96 0.9 0.69
Hex F7 6A 8B 0 39 2C 3 15A 5A 45
Octal 367 152 213 0 71 54 3 532 132 105
Binary 11110111 1101010 10001011 0 111001 101100 11 101011010 1011010 1000101

Color Harmonies of #F76A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A8B

Black with #F76A8B

Text Example


Text Example

White with #F76A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A8B; }

 p { color: rgb(247,106,139); }

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

background-color css

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

 a { background-color: rgb(247,106,139); }

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

border-color css

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

 span { border-color: rgb(247,106,139); }

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