Html Css Color HEX #F76380 Brink Pink

📋 copy color: '#F76380'

red 247 ◦ green 99 ◦ blue 128

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

Shades of Brink Pink #F76380

Tints of Brink Pink #F76380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27%

R = 52.11%
G = 20.89%
B = 27%

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

#F76380 (or 0xF76380) is known color: Brink Pink. HEX triplet: F7, 63 and 80. RGB value is (247,99,128). Sum of RGB (Red+Green+Blue) = 247+99+128=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F76380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76380 is #089C7F. Grayscale: #929292. Windows color (decimal): -564352 or 8414199. OLE color: 8414199.

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

Color convert

RGB 247 99 128 -
CMYK 0 0.60 0.48 0.03
HSL 348.24º 0.9% 0.68% -
HSV(B) 348.24º 0.6% 0.97% -
XYZ 46.72 30.26 23.8 -
YUV 146.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 247 99 128 0 0.60 0.48 0.03 348.24 0.9 0.68
Hex F7 63 80 0 3C 30 3 15C 5A 44
Octal 367 143 200 0 74 60 3 534 132 104
Binary 11110111 1100011 10000000 0 111100 110000 11 101011100 1011010 1000100

Color Harmonies of #F76380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76380

Black with #F76380

Text Example


Text Example

White with #F76380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76380; }

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

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

background-color css

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

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

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

border-color css

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

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

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