Html Css Color HEX #F76685 Brink Pink

📋 copy color: '#F76685'

red 247 ◦ green 102 ◦ blue 133

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

Shades of Brink Pink #F76685

Tints of Brink Pink #F76685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

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

R = 51.24%
G = 21.16%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F76685 (or 0xF76685) is known color: Brink Pink. HEX triplet: F7, 66 and 85. RGB value is (247,102,133). Sum of RGB (Red+Green+Blue) = 247+102+133=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F76685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76685 is #08997A. Grayscale: #949494. Windows color (decimal): -563579 or 8742647. OLE color: 8742647.

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

Color convert

RGB 247 102 133 -
CMYK 0 0.59 0.46 0.03
HSL 347.17º 0.9% 0.68% -
HSV(B) 347.17º 0.59% 0.97% -
XYZ 47.34 30.97 25.67 -
YUV 148.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 247 102 133 0 0.59 0.46 0.03 347.17 0.9 0.68
Hex F7 66 85 0 3B 2E 3 15B 5A 44
Octal 367 146 205 0 73 56 3 533 132 104
Binary 11110111 1100110 10000101 0 111011 101110 11 101011011 1011010 1000100

Color Harmonies of #F76685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76685

Black with #F76685

Text Example


Text Example

White with #F76685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76685; }

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

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

background-color css

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

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

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

border-color css

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

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

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