Html Css Color HEX #F76B7A Brink Pink

📋 copy color: '#F76B7A'

red 247 ◦ green 107 ◦ blue 122

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

Shades of Brink Pink #F76B7A

Tints of Brink Pink #F76B7A

RGB

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

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

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

R = 51.89%
G = 22.48%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F76B7A (or 0xF76B7A) is known color: Brink Pink. HEX triplet: F7, 6B and 7A. RGB value is (247,107,122). Sum of RGB (Red+Green+Blue) = 247+107+122=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76B7A is #089485. Grayscale: #969696. Windows color (decimal): -562310 or 8023031. OLE color: 8023031.

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

Color convert

RGB 247 107 122 -
CMYK 0 0.57 0.51 0.03
HSL 353.57º 0.9% 0.69% -
HSV(B) 353.57º 0.57% 0.97% -
XYZ 47.13 31.69 22.05 -
YUV 150.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 247 107 122 0 0.57 0.51 0.03 353.57 0.9 0.69
Hex F7 6B 7A 0 39 33 3 162 5A 45
Octal 367 153 172 0 71 63 3 542 132 105
Binary 11110111 1101011 1111010 0 111001 110011 11 101100010 1011010 1000101

Color Harmonies of #F76B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76B7A

Black with #F76B7A

Text Example


Text Example

White with #F76B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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