Html Css Color HEX #F76875 Brink Pink

📋 copy color: '#F76875'

red 247 ◦ green 104 ◦ blue 117

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

Shades of Brink Pink #F76875

Tints of Brink Pink #F76875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.22%

 BLUE value IS 117 (46.09% from 255) = 25%

R = 52.78%
G = 22.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F76875 (or 0xF76875) is known color: Brink Pink. HEX triplet: F7, 68 and 75. RGB value is (247,104,117). Sum of RGB (Red+Green+Blue) = 247+104+117=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F76875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76875 is #08978A. Grayscale: #949494. Windows color (decimal): -563083 or 7694583. OLE color: 7694583.

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

Color convert

RGB 247 104 117 -
CMYK 0 0.58 0.53 0.03
HSL 354.55º 0.9% 0.69% -
HSV(B) 354.55º 0.58% 0.97% -
XYZ 46.52 30.96 20.35 -
YUV 148.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 247 104 117 0 0.58 0.53 0.03 354.55 0.9 0.69
Hex F7 68 75 0 3A 35 3 163 5A 45
Octal 367 150 165 0 72 65 3 543 132 105
Binary 11110111 1101000 1110101 0 111010 110101 11 101100011 1011010 1000101

Color Harmonies of #F76875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76875

Black with #F76875

Text Example


Text Example

White with #F76875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76875; }

 p { color: rgb(247,104,117); }

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

background-color css

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

 a { background-color: rgb(247,104,117); }

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

border-color css

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

 span { border-color: rgb(247,104,117); }

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