Html Css Color HEX #F76E7A Brink Pink

📋 copy color: '#F76E7A'

red 247 ◦ green 110 ◦ blue 122

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

Shades of Brink Pink #F76E7A

Tints of Brink Pink #F76E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.96%

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

R = 51.57%
G = 22.96%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F76E7A (or 0xF76E7A) is known color: Brink Pink. HEX triplet: F7, 6E and 7A. RGB value is (247,110,122). Sum of RGB (Red+Green+Blue) = 247+110+122=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76E7A is #089185. Grayscale: #989898. Windows color (decimal): -561542 or 8023799. OLE color: 8023799.

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

Color convert

RGB 247 110 122 -
CMYK 0 0.55 0.51 0.03
HSL 354.74º 0.9% 0.7% -
HSV(B) 354.74º 0.55% 0.97% -
XYZ 47.45 32.33 22.15 -
YUV 152.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 247 110 122 0 0.55 0.51 0.03 354.74 0.9 0.7
Hex F7 6E 7A 0 37 33 3 163 5A 46
Octal 367 156 172 0 67 63 3 543 132 106
Binary 11110111 1101110 1111010 0 110111 110011 11 101100011 1011010 1000110

Color Harmonies of #F76E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76E7A

Black with #F76E7A

Text Example


Text Example

White with #F76E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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