Html Css Color HEX #F76F83 Brink Pink

📋 copy color: '#F76F83'

red 247 ◦ green 111 ◦ blue 131

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

Shades of Brink Pink #F76F83

Tints of Brink Pink #F76F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.79%

R = 50.51%
G = 22.7%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F76F83 (or 0xF76F83) is known color: Brink Pink. HEX triplet: F7, 6F and 83. RGB value is (247,111,131). Sum of RGB (Red+Green+Blue) = 247+111+131=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76F83 is #08907C. Grayscale: #999999. Windows color (decimal): -561277 or 8613879. OLE color: 8613879.

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

Color convert

RGB 247 111 131 -
CMYK 0 0.55 0.47 0.03
HSL 351.18º 0.89% 0.7% -
HSV(B) 351.18º 0.55% 0.97% -
XYZ 48.14 32.78 25.26 -
YUV 153.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 247 111 131 0 0.55 0.47 0.03 351.18 0.89 0.7
Hex F7 6F 83 0 37 2F 3 15F 59 46
Octal 367 157 203 0 67 57 3 537 131 106
Binary 11110111 1101111 10000011 0 110111 101111 11 101011111 1011001 1000110

Color Harmonies of #F76F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76F83

Black with #F76F83

Text Example


Text Example

White with #F76F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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