Html Css Color HEX #F86692 Brink Pink

📋 copy color: '#F86692'

red 248 ◦ green 102 ◦ blue 146

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

Shades of Brink Pink #F86692

Tints of Brink Pink #F86692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 50%
G = 20.56%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F86692 (or 0xF86692) is known color: Brink Pink. HEX triplet: F8, 66 and 92. RGB value is (248,102,146). Sum of RGB (Red+Green+Blue) = 248+102+146=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F86692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86692 is #07996D. Grayscale: #969696. Windows color (decimal): -498030 or 9594616. OLE color: 9594616.

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

Color convert

RGB 248 102 146 -
CMYK 0 0.59 0.41 0.03
HSL 341.92º 0.91% 0.69% -
HSV(B) 341.92º 0.59% 0.97% -
XYZ 48.65 31.53 30.72 -
YUV 150.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 248 102 146 0 0.59 0.41 0.03 341.92 0.91 0.69
Hex F8 66 92 0 3B 29 3 156 5B 45
Octal 370 146 222 0 73 51 3 526 133 105
Binary 11111000 1100110 10010010 0 111011 101001 11 101010110 1011011 1000101

Color Harmonies of #F86692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86692

Black with #F86692

Text Example


Text Example

White with #F86692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86692; }

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

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

background-color css

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

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

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

border-color css

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

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

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