Html Css Color HEX #F76A8E Brink Pink

📋 copy color: '#F76A8E'

red 247 ◦ green 106 ◦ blue 142

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

Shades of Brink Pink #F76A8E

Tints of Brink Pink #F76A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.69%

R = 49.9%
G = 21.41%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F76A8E (or 0xF76A8E) is known color: Brink Pink. HEX triplet: F7, 6A and 8E. RGB value is (247,106,142). Sum of RGB (Red+Green+Blue) = 247+106+142=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A8E is #089571. Grayscale: #989898. Windows color (decimal): -562546 or 9333495. OLE color: 9333495.

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

Color convert

RGB 247 106 142 -
CMYK 0 0.57 0.43 0.03
HSL 344.68º 0.9% 0.69% -
HSV(B) 344.68º 0.57% 0.97% -
XYZ 48.39 32.04 29.22 -
YUV 152.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 247 106 142 0 0.57 0.43 0.03 344.68 0.9 0.69
Hex F7 6A 8E 0 39 2B 3 159 5A 45
Octal 367 152 216 0 71 53 3 531 132 105
Binary 11110111 1101010 10001110 0 111001 101011 11 101011001 1011010 1000101

Color Harmonies of #F76A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A8E

Black with #F76A8E

Text Example


Text Example

White with #F76A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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