Html Css Color HEX #F86084 Brink Pink

📋 copy color: '#F86084'

red 248 ◦ green 96 ◦ blue 132

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

Shades of Brink Pink #F86084

Tints of Brink Pink #F86084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.73%

R = 52.1%
G = 20.17%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F86084 (or 0xF86084) is known color: Brink Pink. HEX triplet: F8, 60 and 84. RGB value is (248,96,132). Sum of RGB (Red+Green+Blue) = 248+96+132=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F86084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86084 is #079F7B. Grayscale: #919191. Windows color (decimal): -499580 or 8675576. OLE color: 8675576.

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

Color convert

RGB 248 96 132 -
CMYK 0 0.61 0.47 0.03
HSL 345.79º 0.92% 0.67% -
HSV(B) 345.79º 0.61% 0.97% -
XYZ 47.06 29.99 25.14 -
YUV 145.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 248 96 132 0 0.61 0.47 0.03 345.79 0.92 0.67
Hex F8 60 84 0 3D 2F 3 15A 5C 43
Octal 370 140 204 0 75 57 3 532 134 103
Binary 11111000 1100000 10000100 0 111101 101111 11 101011010 1011100 1000011

Color Harmonies of #F86084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86084

Black with #F86084

Text Example


Text Example

White with #F86084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86084; }

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

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

background-color css

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

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

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

border-color css

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

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

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