Html Css Color HEX #F86CA0 Tickle Me Pink

📋 copy color: '#F86CA0'

red 248 ◦ green 108 ◦ blue 160

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

Shades of Tickle Me Pink #F86CA0

Tints of Tickle Me Pink #F86CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.01%

R = 48.06%
G = 20.93%
B = 31.01%

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

#F86CA0 (or 0xF86CA0) is known color: Tickle Me Pink. HEX triplet: F8, 6C and A0. RGB value is (248,108,160). Sum of RGB (Red+Green+Blue) = 248+108+160=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86CA0 is #07935F. Grayscale: #9B9B9B. Windows color (decimal): -496480 or 10513656. OLE color: 10513656.

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

Color convert

RGB 248 108 160 -
CMYK 0 0.56 0.35 0.03
HSL 337.71º 0.91% 0.7% -
HSV(B) 337.71º 0.56% 0.97% -
XYZ 50.42 33.22 37.01 -
YUV 155.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 248 108 160 0 0.56 0.35 0.03 337.71 0.91 0.7
Hex F8 6C A0 0 38 23 3 152 5B 46
Octal 370 154 240 0 70 43 3 522 133 106
Binary 11111000 1101100 10100000 0 111000 100011 11 101010010 1011011 1000110

Color Harmonies of #F86CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86CA0

Black with #F86CA0

Text Example


Text Example

White with #F86CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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