Html Css Color HEX #F76584 Brink Pink

📋 copy color: '#F76584'

red 247 ◦ green 101 ◦ blue 132

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

Shades of Brink Pink #F76584

Tints of Brink Pink #F76584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 51.46%
G = 21.04%
B = 27.5%

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

#F76584 (or 0xF76584) is known color: Brink Pink. HEX triplet: F7, 65 and 84. RGB value is (247,101,132). Sum of RGB (Red+Green+Blue) = 247+101+132=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F76584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76584 is #089A7B. Grayscale: #949494. Windows color (decimal): -563836 or 8676855. OLE color: 8676855.

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

Color convert

RGB 247 101 132 -
CMYK 0 0.59 0.47 0.03
HSL 347.26º 0.9% 0.68% -
HSV(B) 347.26º 0.59% 0.97% -
XYZ 47.18 30.75 25.28 -
YUV 148.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 247 101 132 0 0.59 0.47 0.03 347.26 0.9 0.68
Hex F7 65 84 0 3B 2F 3 15B 5A 44
Octal 367 145 204 0 73 57 3 533 132 104
Binary 11110111 1100101 10000100 0 111011 101111 11 101011011 1011010 1000100

Color Harmonies of #F76584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76584

Black with #F76584

Text Example


Text Example

White with #F76584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76584; }

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

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

background-color css

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

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

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

border-color css

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

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

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