Html Css Color HEX #F86785 Brink Pink

📋 copy color: '#F86785'

red 248 ◦ green 103 ◦ blue 133

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

Shades of Brink Pink #F86785

Tints of Brink Pink #F86785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.28%

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

R = 51.24%
G = 21.28%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F86785 (or 0xF86785) is known color: Brink Pink. HEX triplet: F8, 67 and 85. RGB value is (248,103,133). Sum of RGB (Red+Green+Blue) = 248+103+133=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F86785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86785 is #07987A. Grayscale: #959595. Windows color (decimal): -497787 or 8742904. OLE color: 8742904.

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

Color convert

RGB 248 103 133 -
CMYK 0 0.58 0.46 0.03
HSL 347.59º 0.91% 0.69% -
HSV(B) 347.59º 0.58% 0.97% -
XYZ 47.8 31.35 25.72 -
YUV 149.78 118.54 198.06 -
System Red Green Blue C M Y K H S L
Decimal 248 103 133 0 0.58 0.46 0.03 347.59 0.91 0.69
Hex F8 67 85 0 3A 2E 3 15C 5B 45
Octal 370 147 205 0 72 56 3 534 133 105
Binary 11111000 1100111 10000101 0 111010 101110 11 101011100 1011011 1000101

Color Harmonies of #F86785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86785

Black with #F86785

Text Example


Text Example

White with #F86785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86785; }

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

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

background-color css

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

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

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

border-color css

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

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

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