Html Css Color HEX #F86694 Brink Pink

📋 copy color: '#F86694'

red 248 ◦ green 102 ◦ blue 148

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

Shades of Brink Pink #F86694

Tints of Brink Pink #F86694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.48%

 BLUE value IS 148 (58.2% from 255) = 29.72%

R = 49.8%
G = 20.48%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F86694 (or 0xF86694) is known color: Brink Pink. HEX triplet: F8, 66 and 94. RGB value is (248,102,148). Sum of RGB (Red+Green+Blue) = 248+102+148=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F86694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86694 is #07996B. Grayscale: #969696. Windows color (decimal): -498028 or 9725688. OLE color: 9725688.

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

Color convert

RGB 248 102 148 -
CMYK 0 0.59 0.40 0.03
HSL 341.1º 0.91% 0.69% -
HSV(B) 341.1º 0.59% 0.97% -
XYZ 48.81 31.6 31.54 -
YUV 150.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 248 102 148 0 0.59 0.40 0.03 341.1 0.91 0.69
Hex F8 66 94 0 3B 28 3 155 5B 45
Octal 370 146 224 0 73 50 3 525 133 105
Binary 11111000 1100110 10010100 0 111011 101000 11 101010101 1011011 1000101

Color Harmonies of #F86694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86694

Black with #F86694

Text Example


Text Example

White with #F86694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86694; }

 p { color: rgb(248,102,148); }

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

background-color css

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

 a { background-color: rgb(248,102,148); }

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

border-color css

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

 span { border-color: rgb(248,102,148); }

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