Html Css Color HEX #F76586 Brink Pink

📋 copy color: '#F76586'

red 247 ◦ green 101 ◦ blue 134

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

Shades of Brink Pink #F76586

Tints of Brink Pink #F76586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.95%

 BLUE value IS 134 (52.73% from 255) = 27.8%

R = 51.24%
G = 20.95%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F76586 (or 0xF76586) is known color: Brink Pink. HEX triplet: F7, 65 and 86. RGB value is (247,101,134). Sum of RGB (Red+Green+Blue) = 247+101+134=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F76586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76586 is #089A79. Grayscale: #949494. Windows color (decimal): -563834 or 8807927. OLE color: 8807927.

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

Color convert

RGB 247 101 134 -
CMYK 0 0.59 0.46 0.03
HSL 346.44º 0.9% 0.68% -
HSV(B) 346.44º 0.59% 0.97% -
XYZ 47.31 30.8 26.01 -
YUV 148.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 247 101 134 0 0.59 0.46 0.03 346.44 0.9 0.68
Hex F7 65 86 0 3B 2E 3 15A 5A 44
Octal 367 145 206 0 73 56 3 532 132 104
Binary 11110111 1100101 10000110 0 111011 101110 11 101011010 1011010 1000100

Color Harmonies of #F76586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76586

Black with #F76586

Text Example


Text Example

White with #F76586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76586; }

 p { color: rgb(247,101,134); }

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

background-color css

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

 a { background-color: rgb(247,101,134); }

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

border-color css

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

 span { border-color: rgb(247,101,134); }

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