Html Css Color HEX #F76992 Brink Pink

📋 copy color: '#F76992'

red 247 ◦ green 105 ◦ blue 146

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

Shades of Brink Pink #F76992

Tints of Brink Pink #F76992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.08%

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

R = 49.6%
G = 21.08%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F76992 (or 0xF76992) is known color: Brink Pink. HEX triplet: F7, 69 and 92. RGB value is (247,105,146). Sum of RGB (Red+Green+Blue) = 247+105+146=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F76992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76992 is #08966D. Grayscale: #989898. Windows color (decimal): -562798 or 9595383. OLE color: 9595383.

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

Color convert

RGB 247 105 146 -
CMYK 0 0.57 0.41 0.03
HSL 342.68º 0.9% 0.69% -
HSV(B) 342.68º 0.57% 0.97% -
XYZ 48.6 31.95 30.8 -
YUV 152.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 247 105 146 0 0.57 0.41 0.03 342.68 0.9 0.69
Hex F7 69 92 0 39 29 3 157 5A 45
Octal 367 151 222 0 71 51 3 527 132 105
Binary 11110111 1101001 10010010 0 111001 101001 11 101010111 1011010 1000101

Color Harmonies of #F76992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76992

Black with #F76992

Text Example


Text Example

White with #F76992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76992; }

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

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

background-color css

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

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

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

border-color css

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

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

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