Html Css Color HEX #F8688F Brink Pink

📋 copy color: '#F8688F'

red 248 ◦ green 104 ◦ blue 143

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

Shades of Brink Pink #F8688F

Tints of Brink Pink #F8688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.01%

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

R = 50.1%
G = 21.01%
B = 28.89%

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

#F8688F (or 0xF8688F) is known color: Brink Pink. HEX triplet: F8, 68 and 8F. RGB value is (248,104,143). Sum of RGB (Red+Green+Blue) = 248+104+143=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8688F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8688F is #079770. Grayscale: #979797. Windows color (decimal): -497521 or 9398520. OLE color: 9398520.

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

Color convert

RGB 248 104 143 -
CMYK 0 0.58 0.42 0.03
HSL 343.75º 0.91% 0.69% -
HSV(B) 343.75º 0.58% 0.97% -
XYZ 48.62 31.84 29.57 -
YUV 151.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 248 104 143 0 0.58 0.42 0.03 343.75 0.91 0.69
Hex F8 68 8F 0 3A 2A 3 158 5B 45
Octal 370 150 217 0 72 52 3 530 133 105
Binary 11111000 1101000 10001111 0 111010 101010 11 101011000 1011011 1000101

Color Harmonies of #F8688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8688F

Black with #F8688F

Text Example


Text Example

White with #F8688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8688F; }

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

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

background-color css

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

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

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

border-color css

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

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

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