Html Css Color HEX #F8708C Brink Pink

📋 copy color: '#F8708C'

red 248 ◦ green 112 ◦ blue 140

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

Shades of Brink Pink #F8708C

Tints of Brink Pink #F8708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.4%

 BLUE value IS 140 (55.08% from 255) = 28%

R = 49.6%
G = 22.4%
B = 28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8708C (or 0xF8708C) is known color: Brink Pink. HEX triplet: F8, 70 and 8C. RGB value is (248,112,140). Sum of RGB (Red+Green+Blue) = 248+112+140=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8708C is #078F73. Grayscale: #9B9B9B. Windows color (decimal): -495476 or 9203960. OLE color: 9203960.

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

Color convert

RGB 248 112 140 -
CMYK 0 0.55 0.44 0.03
HSL 347.65º 0.91% 0.71% -
HSV(B) 347.65º 0.55% 0.97% -
XYZ 49.24 33.44 28.67 -
YUV 155.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 248 112 140 0 0.55 0.44 0.03 347.65 0.91 0.71
Hex F8 70 8C 0 37 2C 3 15C 5B 47
Octal 370 160 214 0 67 54 3 534 133 107
Binary 11111000 1110000 10001100 0 110111 101100 11 101011100 1011011 1000111

Color Harmonies of #F8708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8708C

Black with #F8708C

Text Example


Text Example

White with #F8708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8708C; }

 p { color: rgb(248,112,140); }

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

background-color css

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

 a { background-color: rgb(248,112,140); }

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

border-color css

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

 span { border-color: rgb(248,112,140); }

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