Html Css Color HEX #F76582 Brink Pink

📋 copy color: '#F76582'

red 247 ◦ green 101 ◦ blue 130

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

Shades of Brink Pink #F76582

Tints of Brink Pink #F76582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.13%

 BLUE value IS 130 (51.17% from 255) = 27.2%

R = 51.67%
G = 21.13%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F76582 (or 0xF76582) is known color: Brink Pink. HEX triplet: F7, 65 and 82. RGB value is (247,101,130). Sum of RGB (Red+Green+Blue) = 247+101+130=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F76582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76582 is #089A7D. Grayscale: #939393. Windows color (decimal): -563838 or 8545783. OLE color: 8545783.

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

Color convert

RGB 247 101 130 -
CMYK 0 0.59 0.47 0.03
HSL 348.08º 0.9% 0.68% -
HSV(B) 348.08º 0.59% 0.97% -
XYZ 47.04 30.69 24.56 -
YUV 147.96 117.87 198.64 -
System Red Green Blue C M Y K H S L
Decimal 247 101 130 0 0.59 0.47 0.03 348.08 0.9 0.68
Hex F7 65 82 0 3B 2F 3 15C 5A 44
Octal 367 145 202 0 73 57 3 534 132 104
Binary 11110111 1100101 10000010 0 111011 101111 11 101011100 1011010 1000100

Color Harmonies of #F76582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76582

Black with #F76582

Text Example


Text Example

White with #F76582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76582; }

 p { color: rgb(247,101,130); }

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

background-color css

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

 a { background-color: rgb(247,101,130); }

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

border-color css

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

 span { border-color: rgb(247,101,130); }

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