Html Css Color HEX #F8747F Brink Pink

📋 copy color: '#F8747F'

red 248 ◦ green 116 ◦ blue 127

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

Shades of Brink Pink #F8747F

Tints of Brink Pink #F8747F

RGB

 RED value IS 248 (97.27% from 255) = 50.51%

 GREEN value IS 116 (45.7% from 255) = 23.63%

 BLUE value IS 127 (50% from 255) = 25.87%

R = 50.51%
G = 23.63%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8747F (or 0xF8747F) is known color: Brink Pink. HEX triplet: F8, 74 and 7F. RGB value is (248,116,127). Sum of RGB (Red+Green+Blue) = 248+116+127=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8747F is #078B80. Grayscale: #9C9C9C. Windows color (decimal): -494465 or 8353016. OLE color: 8353016.

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

Color convert

RGB 248 116 127 -
CMYK 0 0.53 0.49 0.03
HSL 355º 0.9% 0.71% -
HSV(B) 355º 0.53% 0.97% -
XYZ 48.79 33.98 24.07 -
YUV 156.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 248 116 127 0 0.53 0.49 0.03 355 0.9 0.71
Hex F8 74 7F 0 35 31 3 163 5A 47
Octal 370 164 177 0 65 61 3 543 132 107
Binary 11111000 1110100 1111111 0 110101 110001 11 101100011 1011010 1000111

Color Harmonies of #F8747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8747F

Black with #F8747F

Text Example


Text Example

White with #F8747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8747F; }

 p { color: rgb(248,116,127); }

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

background-color css

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

 a { background-color: rgb(248,116,127); }

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

border-color css

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

 span { border-color: rgb(248,116,127); }

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