Html Css Color HEX #F86385 Brink Pink

📋 copy color: '#F86385'

red 248 ◦ green 99 ◦ blue 133

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

Shades of Brink Pink #F86385

Tints of Brink Pink #F86385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.63%

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

R = 51.67%
G = 20.63%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F86385 (or 0xF86385) is known color: Brink Pink. HEX triplet: F8, 63 and 85. RGB value is (248,99,133). Sum of RGB (Red+Green+Blue) = 248+99+133=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F86385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86385 is #079C7A. Grayscale: #939393. Windows color (decimal): -498811 or 8741880. OLE color: 8741880.

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

Color convert

RGB 248 99 133 -
CMYK 0 0.60 0.46 0.03
HSL 346.31º 0.91% 0.68% -
HSV(B) 346.31º 0.6% 0.97% -
XYZ 47.41 30.57 25.59 -
YUV 147.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 248 99 133 0 0.60 0.46 0.03 346.31 0.91 0.68
Hex F8 63 85 0 3C 2E 3 15A 5B 44
Octal 370 143 205 0 74 56 3 532 133 104
Binary 11111000 1100011 10000101 0 111100 101110 11 101011010 1011011 1000100

Color Harmonies of #F86385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86385

Black with #F86385

Text Example


Text Example

White with #F86385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86385; }

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

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

background-color css

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

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

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

border-color css

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

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

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