Html Css Color HEX #F76386 Brink Pink

📋 copy color: '#F76386'

red 247 ◦ green 99 ◦ blue 134

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

Shades of Brink Pink #F76386

Tints of Brink Pink #F76386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.63%

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

R = 51.46%
G = 20.63%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F76386 (or 0xF76386) is known color: Brink Pink. HEX triplet: F7, 63 and 86. RGB value is (247,99,134). Sum of RGB (Red+Green+Blue) = 247+99+134=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F76386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76386 is #089C79. Grayscale: #939393. Windows color (decimal): -564346 or 8807415. OLE color: 8807415.

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

Color convert

RGB 247 99 134 -
CMYK 0 0.60 0.46 0.03
HSL 345.81º 0.9% 0.68% -
HSV(B) 345.81º 0.6% 0.97% -
XYZ 47.12 30.42 25.94 -
YUV 147.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 247 99 134 0 0.60 0.46 0.03 345.81 0.9 0.68
Hex F7 63 86 0 3C 2E 3 15A 5A 44
Octal 367 143 206 0 74 56 3 532 132 104
Binary 11110111 1100011 10000110 0 111100 101110 11 101011010 1011010 1000100

Color Harmonies of #F76386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76386

Black with #F76386

Text Example


Text Example

White with #F76386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76386; }

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

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

background-color css

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

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

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

border-color css

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

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

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