Html Css Color HEX #F86CA2 Hot Pink

📋 copy color: '#F86CA2'

red 248 ◦ green 108 ◦ blue 162

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

Shades of Hot Pink #F86CA2

Tints of Hot Pink #F86CA2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.85%

 BLUE value IS 162 (63.67% from 255) = 31.27%

R = 47.88%
G = 20.85%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F86CA2 (or 0xF86CA2) is known color: Hot Pink. HEX triplet: F8, 6C and A2. RGB value is (248,108,162). Sum of RGB (Red+Green+Blue) = 248+108+162=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86CA2 is #07935D. Grayscale: #9B9B9B. Windows color (decimal): -496478 or 10644728. OLE color: 10644728.

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

Color convert

RGB 248 108 162 -
CMYK 0 0.56 0.35 0.03
HSL 336.86º 0.91% 0.7% -
HSV(B) 336.86º 0.56% 0.97% -
XYZ 50.6 33.29 37.94 -
YUV 156.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 248 108 162 0 0.56 0.35 0.03 336.86 0.91 0.7
Hex F8 6C A2 0 38 23 3 151 5B 46
Octal 370 154 242 0 70 43 3 521 133 106
Binary 11111000 1101100 10100010 0 111000 100011 11 101010001 1011011 1000110

Color Harmonies of #F86CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86CA2

Black with #F86CA2

Text Example


Text Example

White with #F86CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86CA2; }

 p { color: rgb(248,108,162); }

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

background-color css

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

 a { background-color: rgb(248,108,162); }

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

border-color css

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

 span { border-color: rgb(248,108,162); }

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