Html Css Color HEX #F86586 Brink Pink

📋 copy color: '#F86586'

red 248 ◦ green 101 ◦ blue 134

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

Shades of Brink Pink #F86586

Tints of Brink Pink #F86586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.91%

 BLUE value IS 134 (52.73% from 255) = 27.74%

R = 51.35%
G = 20.91%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F86586 (or 0xF86586) is known color: Brink Pink. HEX triplet: F8, 65 and 86. RGB value is (248,101,134). Sum of RGB (Red+Green+Blue) = 248+101+134=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F86586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86586 is #079A79. Grayscale: #949494. Windows color (decimal): -498298 or 8807928. OLE color: 8807928.

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

Color convert

RGB 248 101 134 -
CMYK 0 0.59 0.46 0.03
HSL 346.53º 0.91% 0.68% -
HSV(B) 346.53º 0.59% 0.97% -
XYZ 47.67 30.99 26.02 -
YUV 148.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 248 101 134 0 0.59 0.46 0.03 346.53 0.91 0.68
Hex F8 65 86 0 3B 2E 3 15B 5B 44
Octal 370 145 206 0 73 56 3 533 133 104
Binary 11111000 1100101 10000110 0 111011 101110 11 101011011 1011011 1000100

Color Harmonies of #F86586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86586

Black with #F86586

Text Example


Text Example

White with #F86586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86586; }

 p { color: rgb(248,101,134); }

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

background-color css

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

 a { background-color: rgb(248,101,134); }

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

border-color css

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

 span { border-color: rgb(248,101,134); }

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