Html Css Color HEX #F8647C Brink Pink

📋 copy color: '#F8647C'

red 248 ◦ green 100 ◦ blue 124

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

Shades of Brink Pink #F8647C

Tints of Brink Pink #F8647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.19%

 BLUE value IS 124 (48.83% from 255) = 26.27%

R = 52.54%
G = 21.19%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#F8647C (or 0xF8647C) is known color: Brink Pink. HEX triplet: F8, 64 and 7C. RGB value is (248,100,124). Sum of RGB (Red+Green+Blue) = 248+100+124=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8647C is #079B83. Grayscale: #939393. Windows color (decimal): -498564 or 8152312. OLE color: 8152312.

HSL color Cylindrical-coordinate representation of color #F8647C: hue angle of 350.27º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8647C is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 100 124 -
CMYK 0 0.60 0.5 0.03
HSL 350.27º 0.91% 0.68% -
HSV(B) 350.27º 0.6% 0.97% -
XYZ 46.91 30.53 22.49 -
YUV 146.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 248 100 124 0 0.60 0.5 0.03 350.27 0.91 0.68
Hex F8 64 7C 0 3C 32 3 15E 5B 44
Octal 370 144 174 0 74 62 3 536 133 104
Binary 11111000 1100100 1111100 0 111100 110010 11 101011110 1011011 1000100

Color Harmonies of #F8647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8647C

Black with #F8647C

Text Example


Text Example

White with #F8647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8647C; }

 p { color: rgb(248,100,124); }

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

background-color css

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

 a { background-color: rgb(248,100,124); }

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

border-color css

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

 span { border-color: rgb(248,100,124); }

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