Html Css Color HEX #F8698F Brink Pink

📋 copy color: '#F8698F'

red 248 ◦ green 105 ◦ blue 143

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

Shades of Brink Pink #F8698F

Tints of Brink Pink #F8698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.17%

 BLUE value IS 143 (56.25% from 255) = 28.83%

R = 50%
G = 21.17%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8698F (or 0xF8698F) is known color: Brink Pink. HEX triplet: F8, 69 and 8F. RGB value is (248,105,143). Sum of RGB (Red+Green+Blue) = 248+105+143=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8698F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8698F is #079670. Grayscale: #989898. Windows color (decimal): -497265 or 9398776. OLE color: 9398776.

HSL color Cylindrical-coordinate representation of color #F8698F: hue angle of 344.06º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8698F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 105 143 -
CMYK 0 0.58 0.42 0.03
HSL 344.06º 0.91% 0.69% -
HSV(B) 344.06º 0.58% 0.97% -
XYZ 48.72 32.04 29.6 -
YUV 152.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 248 105 143 0 0.58 0.42 0.03 344.06 0.91 0.69
Hex F8 69 8F 0 3A 2A 3 158 5B 45
Octal 370 151 217 0 72 52 3 530 133 105
Binary 11111000 1101001 10001111 0 111010 101010 11 101011000 1011011 1000101

Color Harmonies of #F8698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8698F

Black with #F8698F

Text Example


Text Example

White with #F8698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8698F; }

 p { color: rgb(248,105,143); }

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

background-color css

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

 a { background-color: rgb(248,105,143); }

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

border-color css

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

 span { border-color: rgb(248,105,143); }

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