Html Css Color HEX #F870A0 Tickle Me Pink

📋 copy color: '#F870A0'

red 248 ◦ green 112 ◦ blue 160

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

Shades of Tickle Me Pink #F870A0

Tints of Tickle Me Pink #F870A0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.54%

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

R = 47.69%
G = 21.54%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F870A0 (or 0xF870A0) is known color: Tickle Me Pink. HEX triplet: F8, 70 and A0. RGB value is (248,112,160). Sum of RGB (Red+Green+Blue) = 248+112+160=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F870A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F870A0 is #078F5F. Grayscale: #9E9E9E. Windows color (decimal): -495456 or 10514680. OLE color: 10514680.

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

Color convert

RGB 248 112 160 -
CMYK 0 0.55 0.35 0.03
HSL 338.82º 0.91% 0.71% -
HSV(B) 338.82º 0.55% 0.97% -
XYZ 50.85 34.08 37.16 -
YUV 158.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 248 112 160 0 0.55 0.35 0.03 338.82 0.91 0.71
Hex F8 70 A0 0 37 23 3 153 5B 47
Octal 370 160 240 0 67 43 3 523 133 107
Binary 11111000 1110000 10100000 0 110111 100011 11 101010011 1011011 1000111

Color Harmonies of #F870A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F870A0

Black with #F870A0

Text Example


Text Example

White with #F870A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F870A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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