Html Css Color HEX #F76281 Brink Pink

📋 copy color: '#F76281'

red 247 ◦ green 98 ◦ blue 129

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

Shades of Brink Pink #F76281

Tints of Brink Pink #F76281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.22%

R = 52.11%
G = 20.68%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F76281 (or 0xF76281) is known color: Brink Pink. HEX triplet: F7, 62 and 81. RGB value is (247,98,129). Sum of RGB (Red+Green+Blue) = 247+98+129=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F76281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76281 is #089D7E. Grayscale: #929292. Windows color (decimal): -564607 or 8479479. OLE color: 8479479.

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

Color convert

RGB 247 98 129 -
CMYK 0 0.60 0.48 0.03
HSL 347.52º 0.9% 0.68% -
HSV(B) 347.52º 0.6% 0.97% -
XYZ 46.69 30.09 24.12 -
YUV 146.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 247 98 129 0 0.60 0.48 0.03 347.52 0.9 0.68
Hex F7 62 81 0 3C 30 3 15C 5A 44
Octal 367 142 201 0 74 60 3 534 132 104
Binary 11110111 1100010 10000001 0 111100 110000 11 101011100 1011010 1000100

Color Harmonies of #F76281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76281

Black with #F76281

Text Example


Text Example

White with #F76281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76281; }

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

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

background-color css

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

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

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

border-color css

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

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

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