Html Css Color HEX #F8648D Brink Pink

📋 copy color: '#F8648D'

red 248 ◦ green 100 ◦ blue 141

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

Shades of Brink Pink #F8648D

Tints of Brink Pink #F8648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.83%

R = 50.72%
G = 20.45%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8648D (or 0xF8648D) is known color: Brink Pink. HEX triplet: F8, 64 and 8D. RGB value is (248,100,141). Sum of RGB (Red+Green+Blue) = 248+100+141=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8648D is #079B72. Grayscale: #949494. Windows color (decimal): -498547 or 9266424. OLE color: 9266424.

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

Color convert

RGB 248 100 141 -
CMYK 0 0.60 0.43 0.03
HSL 343.38º 0.91% 0.68% -
HSV(B) 343.38º 0.6% 0.97% -
XYZ 48.08 30.99 28.65 -
YUV 148.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 248 100 141 0 0.60 0.43 0.03 343.38 0.91 0.68
Hex F8 64 8D 0 3C 2B 3 157 5B 44
Octal 370 144 215 0 74 53 3 527 133 104
Binary 11111000 1100100 10001101 0 111100 101011 11 101010111 1011011 1000100

Color Harmonies of #F8648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8648D

Black with #F8648D

Text Example


Text Example

White with #F8648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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