Html Css Color HEX #F86082 Brink Pink

📋 copy color: '#F86082'

red 248 ◦ green 96 ◦ blue 130

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

Shades of Brink Pink #F86082

Tints of Brink Pink #F86082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.25%

 BLUE value IS 130 (51.17% from 255) = 27.43%

R = 52.32%
G = 20.25%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F86082 (or 0xF86082) is known color: Brink Pink. HEX triplet: F8, 60 and 82. RGB value is (248,96,130). Sum of RGB (Red+Green+Blue) = 248+96+130=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F86082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86082 is #079F7D. Grayscale: #919191. Windows color (decimal): -499582 or 8544504. OLE color: 8544504.

HSL color Cylindrical-coordinate representation of color #F86082: hue angle of 346.58º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F86082 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 96 130 -
CMYK 0 0.61 0.48 0.03
HSL 346.58º 0.92% 0.67% -
HSV(B) 346.58º 0.61% 0.97% -
XYZ 46.92 29.93 24.42 -
YUV 145.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 248 96 130 0 0.61 0.48 0.03 346.58 0.92 0.67
Hex F8 60 82 0 3D 30 3 15B 5C 43
Octal 370 140 202 0 75 60 3 533 134 103
Binary 11111000 1100000 10000010 0 111101 110000 11 101011011 1011100 1000011

Color Harmonies of #F86082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86082

Black with #F86082

Text Example


Text Example

White with #F86082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86082; }

 p { color: rgb(248,96,130); }

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

background-color css

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

 a { background-color: rgb(248,96,130); }

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

border-color css

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

 span { border-color: rgb(248,96,130); }

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