Html Css Color HEX #F76192 Brink Pink

📋 copy color: '#F76192'

red 247 ◦ green 97 ◦ blue 146

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

Shades of Brink Pink #F76192

Tints of Brink Pink #F76192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.8%

 BLUE value IS 146 (57.42% from 255) = 29.8%

R = 50.41%
G = 19.8%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F76192 (or 0xF76192) is known color: Brink Pink. HEX triplet: F7, 61 and 92. RGB value is (247,97,146). Sum of RGB (Red+Green+Blue) = 247+97+146=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F76192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76192 is #089E6D. Grayscale: #939393. Windows color (decimal): -564846 or 9593335. OLE color: 9593335.

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

Color convert

RGB 247 97 146 -
CMYK 0 0.61 0.41 0.03
HSL 340.4º 0.9% 0.67% -
HSV(B) 340.4º 0.61% 0.97% -
XYZ 47.82 30.4 30.54 -
YUV 147.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 247 97 146 0 0.61 0.41 0.03 340.4 0.9 0.67
Hex F7 61 92 0 3D 29 3 154 5A 43
Octal 367 141 222 0 75 51 3 524 132 103
Binary 11110111 1100001 10010010 0 111101 101001 11 101010100 1011010 1000011

Color Harmonies of #F76192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76192

Black with #F76192

Text Example


Text Example

White with #F76192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76192; }

 p { color: rgb(247,97,146); }

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

background-color css

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

 a { background-color: rgb(247,97,146); }

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

border-color css

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

 span { border-color: rgb(247,97,146); }

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