Html Css Color HEX #F86085 Brink Pink

📋 copy color: '#F86085'

red 248 ◦ green 96 ◦ blue 133

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

Shades of Brink Pink #F86085

Tints of Brink Pink #F86085

RGB

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

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

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

R = 51.99%
G = 20.13%
B = 27.88%

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

#F86085 (or 0xF86085) is known color: Brink Pink. HEX triplet: F8, 60 and 85. RGB value is (248,96,133). Sum of RGB (Red+Green+Blue) = 248+96+133=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F86085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86085 is #079F7A. Grayscale: #919191. Windows color (decimal): -499579 or 8741112. OLE color: 8741112.

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

Color convert

RGB 248 96 133 -
CMYK 0 0.61 0.46 0.03
HSL 345.39º 0.92% 0.67% -
HSV(B) 345.39º 0.61% 0.97% -
XYZ 47.13 30.02 25.5 -
YUV 145.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 248 96 133 0 0.61 0.46 0.03 345.39 0.92 0.67
Hex F8 60 85 0 3D 2E 3 159 5C 43
Octal 370 140 205 0 75 56 3 531 134 103
Binary 11111000 1100000 10000101 0 111101 101110 11 101011001 1011100 1000011

Color Harmonies of #F86085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86085

Black with #F86085

Text Example


Text Example

White with #F86085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86085; }

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

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

background-color css

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

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

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

border-color css

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

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

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