Html Css Color HEX #F76B7F Brink Pink

📋 copy color: '#F76B7F'

red 247 ◦ green 107 ◦ blue 127

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

Shades of Brink Pink #F76B7F

Tints of Brink Pink #F76B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.25%

 BLUE value IS 127 (50% from 255) = 26.4%

R = 51.35%
G = 22.25%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F76B7F (or 0xF76B7F) is known color: Brink Pink. HEX triplet: F7, 6B and 7F. RGB value is (247,107,127). Sum of RGB (Red+Green+Blue) = 247+107+127=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76B7F is #089480. Grayscale: #979797. Windows color (decimal): -562305 or 8350711. OLE color: 8350711.

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

Color convert

RGB 247 107 127 -
CMYK 0 0.57 0.49 0.03
HSL 351.43º 0.9% 0.69% -
HSV(B) 351.43º 0.57% 0.97% -
XYZ 47.45 31.82 23.72 -
YUV 151.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 247 107 127 0 0.57 0.49 0.03 351.43 0.9 0.69
Hex F7 6B 7F 0 39 31 3 15F 5A 45
Octal 367 153 177 0 71 61 3 537 132 105
Binary 11110111 1101011 1111111 0 111001 110001 11 101011111 1011010 1000101

Color Harmonies of #F76B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76B7F

Black with #F76B7F

Text Example


Text Example

White with #F76B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76B7F; }

 p { color: rgb(247,107,127); }

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

background-color css

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

 a { background-color: rgb(247,107,127); }

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

border-color css

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

 span { border-color: rgb(247,107,127); }

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