Html Css Color HEX #F76785 Brink Pink

📋 copy color: '#F76785'

red 247 ◦ green 103 ◦ blue 133

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

Shades of Brink Pink #F76785

Tints of Brink Pink #F76785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.33%

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 51.14%
G = 21.33%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F76785 (or 0xF76785) is known color: Brink Pink. HEX triplet: F7, 67 and 85. RGB value is (247,103,133). Sum of RGB (Red+Green+Blue) = 247+103+133=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F76785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76785 is #08987A. Grayscale: #959595. Windows color (decimal): -563323 or 8742903. OLE color: 8742903.

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

Color convert

RGB 247 103 133 -
CMYK 0 0.58 0.46 0.03
HSL 347.5º 0.9% 0.69% -
HSV(B) 347.5º 0.58% 0.97% -
XYZ 47.44 31.17 25.71 -
YUV 149.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 247 103 133 0 0.58 0.46 0.03 347.5 0.9 0.69
Hex F7 67 85 0 3A 2E 3 15C 5A 45
Octal 367 147 205 0 72 56 3 534 132 105
Binary 11110111 1100111 10000101 0 111010 101110 11 101011100 1011010 1000101

Color Harmonies of #F76785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76785

Black with #F76785

Text Example


Text Example

White with #F76785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76785; }

 p { color: rgb(247,103,133); }

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

background-color css

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

 a { background-color: rgb(247,103,133); }

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

border-color css

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

 span { border-color: rgb(247,103,133); }

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