Html Css Color HEX #F76C7A Brink Pink

📋 copy color: '#F76C7A'

red 247 ◦ green 108 ◦ blue 122

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

Shades of Brink Pink #F76C7A

Tints of Brink Pink #F76C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.64%

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

R = 51.78%
G = 22.64%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F76C7A (or 0xF76C7A) is known color: Brink Pink. HEX triplet: F7, 6C and 7A. RGB value is (247,108,122). Sum of RGB (Red+Green+Blue) = 247+108+122=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76C7A is #089385. Grayscale: #979797. Windows color (decimal): -562054 or 8023287. OLE color: 8023287.

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

Color convert

RGB 247 108 122 -
CMYK 0 0.56 0.51 0.03
HSL 353.96º 0.9% 0.7% -
HSV(B) 353.96º 0.56% 0.97% -
XYZ 47.23 31.9 22.08 -
YUV 151.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 247 108 122 0 0.56 0.51 0.03 353.96 0.9 0.7
Hex F7 6C 7A 0 38 33 3 162 5A 46
Octal 367 154 172 0 70 63 3 542 132 106
Binary 11110111 1101100 1111010 0 111000 110011 11 101100010 1011010 1000110

Color Harmonies of #F76C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76C7A

Black with #F76C7A

Text Example


Text Example

White with #F76C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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