Html Css Color HEX #F76182 Brink Pink

📋 copy color: '#F76182'

red 247 ◦ green 97 ◦ blue 130

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

Shades of Brink Pink #F76182

Tints of Brink Pink #F76182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.46%

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

R = 52.11%
G = 20.46%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F76182 (or 0xF76182) is known color: Brink Pink. HEX triplet: F7, 61 and 82. RGB value is (247,97,130). Sum of RGB (Red+Green+Blue) = 247+97+130=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F76182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76182 is #089E7D. Grayscale: #919191. Windows color (decimal): -564862 or 8544759. OLE color: 8544759.

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

Color convert

RGB 247 97 130 -
CMYK 0 0.61 0.47 0.03
HSL 346.8º 0.9% 0.67% -
HSV(B) 346.8º 0.61% 0.97% -
XYZ 46.66 29.94 24.44 -
YUV 145.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 247 97 130 0 0.61 0.47 0.03 346.8 0.9 0.67
Hex F7 61 82 0 3D 2F 3 15B 5A 43
Octal 367 141 202 0 75 57 3 533 132 103
Binary 11110111 1100001 10000010 0 111101 101111 11 101011011 1011010 1000011

Color Harmonies of #F76182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76182

Black with #F76182

Text Example


Text Example

White with #F76182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76182; }

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

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

background-color css

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

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

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

border-color css

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

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

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