Html Css Color HEX #F76286 Brink Pink

📋 copy color: '#F76286'

red 247 ◦ green 98 ◦ blue 134

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

Shades of Brink Pink #F76286

Tints of Brink Pink #F76286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.46%

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

R = 51.57%
G = 20.46%
B = 27.97%

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

#F76286 (or 0xF76286) is known color: Brink Pink. HEX triplet: F7, 62 and 86. RGB value is (247,98,134). Sum of RGB (Red+Green+Blue) = 247+98+134=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F76286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76286 is #089D79. Grayscale: #929292. Windows color (decimal): -564602 or 8807159. OLE color: 8807159.

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

Color convert

RGB 247 98 134 -
CMYK 0 0.60 0.46 0.03
HSL 345.5º 0.9% 0.68% -
HSV(B) 345.5º 0.6% 0.97% -
XYZ 47.03 30.23 25.91 -
YUV 146.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 247 98 134 0 0.60 0.46 0.03 345.5 0.9 0.68
Hex F7 62 86 0 3C 2E 3 15A 5A 44
Octal 367 142 206 0 74 56 3 532 132 104
Binary 11110111 1100010 10000110 0 111100 101110 11 101011010 1011010 1000100

Color Harmonies of #F76286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76286

Black with #F76286

Text Example


Text Example

White with #F76286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76286; }

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

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

background-color css

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

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

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

border-color css

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

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

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