Html Css Color HEX #F8708A Brink Pink

📋 copy color: '#F8708A'

red 248 ◦ green 112 ◦ blue 138

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

Shades of Brink Pink #F8708A

Tints of Brink Pink #F8708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 49.8%
G = 22.49%
B = 27.71%

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

#F8708A (or 0xF8708A) is known color: Brink Pink. HEX triplet: F8, 70 and 8A. RGB value is (248,112,138). Sum of RGB (Red+Green+Blue) = 248+112+138=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8708A is #078F75. Grayscale: #9B9B9B. Windows color (decimal): -495478 or 9072888. OLE color: 9072888.

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

Color convert

RGB 248 112 138 -
CMYK 0 0.55 0.44 0.03
HSL 348.53º 0.91% 0.71% -
HSV(B) 348.53º 0.55% 0.97% -
XYZ 49.09 33.38 27.9 -
YUV 155.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 248 112 138 0 0.55 0.44 0.03 348.53 0.91 0.71
Hex F8 70 8A 0 37 2C 3 15D 5B 47
Octal 370 160 212 0 67 54 3 535 133 107
Binary 11111000 1110000 10001010 0 110111 101100 11 101011101 1011011 1000111

Color Harmonies of #F8708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8708A

Black with #F8708A

Text Example


Text Example

White with #F8708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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