Html Css Color HEX #F8648C Brink Pink

📋 copy color: '#F8648C'

red 248 ◦ green 100 ◦ blue 140

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

Shades of Brink Pink #F8648C

Tints of Brink Pink #F8648C

RGB

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

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

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

R = 50.82%
G = 20.49%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8648C (or 0xF8648C) is known color: Brink Pink. HEX triplet: F8, 64 and 8C. RGB value is (248,100,140). Sum of RGB (Red+Green+Blue) = 248+100+140=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8648C is #079B73. Grayscale: #949494. Windows color (decimal): -498548 or 9200888. OLE color: 9200888.

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

Color convert

RGB 248 100 140 -
CMYK 0 0.60 0.44 0.03
HSL 343.78º 0.91% 0.68% -
HSV(B) 343.78º 0.6% 0.97% -
XYZ 48 30.96 28.26 -
YUV 148.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 248 100 140 0 0.60 0.44 0.03 343.78 0.91 0.68
Hex F8 64 8C 0 3C 2C 3 158 5B 44
Octal 370 144 214 0 74 54 3 530 133 104
Binary 11111000 1100100 10001100 0 111100 101100 11 101011000 1011011 1000100

Color Harmonies of #F8648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8648C

Black with #F8648C

Text Example


Text Example

White with #F8648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8648C; }

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

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

background-color css

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

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

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

border-color css

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

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

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