Html Css Color HEX #F76288 Brink Pink

📋 copy color: '#F76288'

red 247 ◦ green 98 ◦ blue 136

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

Shades of Brink Pink #F76288

Tints of Brink Pink #F76288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.27%

R = 51.35%
G = 20.37%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F76288 (or 0xF76288) is known color: Brink Pink. HEX triplet: F7, 62 and 88. RGB value is (247,98,136). Sum of RGB (Red+Green+Blue) = 247+98+136=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F76288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76288 is #089D77. Grayscale: #929292. Windows color (decimal): -564600 or 8938231. OLE color: 8938231.

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

Color convert

RGB 247 98 136 -
CMYK 0 0.60 0.45 0.03
HSL 344.7º 0.9% 0.68% -
HSV(B) 344.7º 0.6% 0.97% -
XYZ 47.17 30.29 26.65 -
YUV 146.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 247 98 136 0 0.60 0.45 0.03 344.7 0.9 0.68
Hex F7 62 88 0 3C 2D 3 159 5A 44
Octal 367 142 210 0 74 55 3 531 132 104
Binary 11110111 1100010 10001000 0 111100 101101 11 101011001 1011010 1000100

Color Harmonies of #F76288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76288

Black with #F76288

Text Example


Text Example

White with #F76288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76288; }

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

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

background-color css

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

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

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

border-color css

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

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

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