Html Css Color HEX #F76891 Brink Pink

📋 copy color: '#F76891'

red 247 ◦ green 104 ◦ blue 145

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

Shades of Brink Pink #F76891

Tints of Brink Pink #F76891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.97%

 BLUE value IS 145 (57.03% from 255) = 29.23%

R = 49.8%
G = 20.97%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F76891 (or 0xF76891) is known color: Brink Pink. HEX triplet: F7, 68 and 91. RGB value is (247,104,145). Sum of RGB (Red+Green+Blue) = 247+104+145=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F76891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76891 is #08976E. Grayscale: #979797. Windows color (decimal): -563055 or 9529591. OLE color: 9529591.

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

Color convert

RGB 247 104 145 -
CMYK 0 0.58 0.41 0.03
HSL 342.8º 0.9% 0.69% -
HSV(B) 342.8º 0.58% 0.97% -
XYZ 48.42 31.72 30.36 -
YUV 151.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 247 104 145 0 0.58 0.41 0.03 342.8 0.9 0.69
Hex F7 68 91 0 3A 29 3 157 5A 45
Octal 367 150 221 0 72 51 3 527 132 105
Binary 11110111 1101000 10010001 0 111010 101001 11 101010111 1011010 1000101

Color Harmonies of #F76891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76891

Black with #F76891

Text Example


Text Example

White with #F76891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76891; }

 p { color: rgb(247,104,145); }

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

background-color css

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

 a { background-color: rgb(247,104,145); }

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

border-color css

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

 span { border-color: rgb(247,104,145); }

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