Html Css Color HEX #F86691 Brink Pink

📋 copy color: '#F86691'

red 248 ◦ green 102 ◦ blue 145

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

Shades of Brink Pink #F86691

Tints of Brink Pink #F86691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.29%

R = 50.1%
G = 20.61%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F86691 (or 0xF86691) is known color: Brink Pink. HEX triplet: F8, 66 and 91. RGB value is (248,102,145). Sum of RGB (Red+Green+Blue) = 248+102+145=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F86691 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86691 is #07996E. Grayscale: #969696. Windows color (decimal): -498031 or 9529080. OLE color: 9529080.

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

Color convert

RGB 248 102 145 -
CMYK 0 0.59 0.42 0.03
HSL 342.33º 0.91% 0.69% -
HSV(B) 342.33º 0.59% 0.97% -
XYZ 48.57 31.5 30.31 -
YUV 150.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 248 102 145 0 0.59 0.42 0.03 342.33 0.91 0.69
Hex F8 66 91 0 3B 2A 3 156 5B 45
Octal 370 146 221 0 73 52 3 526 133 105
Binary 11111000 1100110 10010001 0 111011 101010 11 101010110 1011011 1000101

Color Harmonies of #F86691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86691

Black with #F86691

Text Example


Text Example

White with #F86691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86691; }

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

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

background-color css

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

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

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

border-color css

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

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

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