Html Css Color HEX #F86185 Brink Pink

📋 copy color: '#F86185'

red 248 ◦ green 97 ◦ blue 133

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

Shades of Brink Pink #F86185

Tints of Brink Pink #F86185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.29%

 BLUE value IS 133 (52.34% from 255) = 27.82%

R = 51.88%
G = 20.29%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F86185 (or 0xF86185) is known color: Brink Pink. HEX triplet: F8, 61 and 85. RGB value is (248,97,133). Sum of RGB (Red+Green+Blue) = 248+97+133=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F86185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86185 is #079E7A. Grayscale: #929292. Windows color (decimal): -499323 or 8741368. OLE color: 8741368.

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

Color convert

RGB 248 97 133 -
CMYK 0 0.61 0.46 0.03
HSL 345.7º 0.92% 0.68% -
HSV(B) 345.7º 0.61% 0.97% -
XYZ 47.22 30.2 25.53 -
YUV 146.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 248 97 133 0 0.61 0.46 0.03 345.7 0.92 0.68
Hex F8 61 85 0 3D 2E 3 15A 5C 44
Octal 370 141 205 0 75 56 3 532 134 104
Binary 11111000 1100001 10000101 0 111101 101110 11 101011010 1011100 1000100

Color Harmonies of #F86185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86185

Black with #F86185

Text Example


Text Example

White with #F86185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86185; }

 p { color: rgb(248,97,133); }

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

background-color css

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

 a { background-color: rgb(248,97,133); }

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

border-color css

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

 span { border-color: rgb(248,97,133); }

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