Html Css Color HEX #F76F8A Brink Pink

📋 copy color: '#F76F8A'

red 247 ◦ green 111 ◦ blue 138

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

Shades of Brink Pink #F76F8A

Tints of Brink Pink #F76F8A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.38%

 BLUE value IS 138 (54.3% from 255) = 27.82%

R = 49.8%
G = 22.38%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F76F8A (or 0xF76F8A) is known color: Brink Pink. HEX triplet: F7, 6F and 8A. RGB value is (247,111,138). Sum of RGB (Red+Green+Blue) = 247+111+138=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76F8A is #089075. Grayscale: #9A9A9A. Windows color (decimal): -561270 or 9072631. OLE color: 9072631.

HSL color Cylindrical-coordinate representation of color #F76F8A: hue angle of 348.09º degrees, saturation: 0.89, 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 #F76F8A is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 111 138 -
CMYK 0 0.55 0.44 0.03
HSL 348.09º 0.89% 0.7% -
HSV(B) 348.09º 0.55% 0.97% -
XYZ 48.63 32.98 27.85 -
YUV 154.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 247 111 138 0 0.55 0.44 0.03 348.09 0.89 0.7
Hex F7 6F 8A 0 37 2C 3 15C 59 46
Octal 367 157 212 0 67 54 3 534 131 106
Binary 11110111 1101111 10001010 0 110111 101100 11 101011100 1011001 1000110

Color Harmonies of #F76F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76F8A

Black with #F76F8A

Text Example


Text Example

White with #F76F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76F8A; }

 p { color: rgb(247,111,138); }

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

background-color css

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

 a { background-color: rgb(247,111,138); }

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

border-color css

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

 span { border-color: rgb(247,111,138); }

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