Html Css Color HEX #F8618D Brink Pink

📋 copy color: '#F8618D'

red 248 ◦ green 97 ◦ blue 141

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

Shades of Brink Pink #F8618D

Tints of Brink Pink #F8618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.96%

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

R = 51.03%
G = 19.96%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8618D (or 0xF8618D) is known color: Brink Pink. HEX triplet: F8, 61 and 8D. RGB value is (248,97,141). Sum of RGB (Red+Green+Blue) = 248+97+141=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8618D is #079E72. Grayscale: #939393. Windows color (decimal): -499315 or 9265656. OLE color: 9265656.

HSL color Cylindrical-coordinate representation of color #F8618D: hue angle of 342.52º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8618D is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 97 141 -
CMYK 0 0.61 0.43 0.03
HSL 342.52º 0.92% 0.68% -
HSV(B) 342.52º 0.61% 0.97% -
XYZ 47.79 30.43 28.55 -
YUV 147.17 124.53 199.92 -
System Red Green Blue C M Y K H S L
Decimal 248 97 141 0 0.61 0.43 0.03 342.52 0.92 0.68
Hex F8 61 8D 0 3D 2B 3 157 5C 44
Octal 370 141 215 0 75 53 3 527 134 104
Binary 11111000 1100001 10001101 0 111101 101011 11 101010111 1011100 1000100

Color Harmonies of #F8618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8618D

Black with #F8618D

Text Example


Text Example

White with #F8618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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