Html Css Color HEX #F86485 Brink Pink

📋 copy color: '#F86485'

red 248 ◦ green 100 ◦ blue 133

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

Shades of Brink Pink #F86485

Tints of Brink Pink #F86485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.79%

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

R = 51.56%
G = 20.79%
B = 27.65%

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

#F86485 (or 0xF86485) is known color: Brink Pink. HEX triplet: F8, 64 and 85. RGB value is (248,100,133). Sum of RGB (Red+Green+Blue) = 248+100+133=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F86485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86485 is #079B7A. Grayscale: #949494. Windows color (decimal): -498555 or 8742136. OLE color: 8742136.

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

Color convert

RGB 248 100 133 -
CMYK 0 0.60 0.46 0.03
HSL 346.62º 0.91% 0.68% -
HSV(B) 346.62º 0.6% 0.97% -
XYZ 47.5 30.76 25.62 -
YUV 148.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 248 100 133 0 0.60 0.46 0.03 346.62 0.91 0.68
Hex F8 64 85 0 3C 2E 3 15B 5B 44
Octal 370 144 205 0 74 56 3 533 133 104
Binary 11111000 1100100 10000101 0 111100 101110 11 101011011 1011011 1000100

Color Harmonies of #F86485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86485

Black with #F86485

Text Example


Text Example

White with #F86485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86485; }

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

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

background-color css

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

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

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

border-color css

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

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

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