Html Css Color HEX #F882A0 Tickle Me Pink

📋 copy color: '#F882A0'

red 248 ◦ green 130 ◦ blue 160

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

Shades of Tickle Me Pink #F882A0

Tints of Tickle Me Pink #F882A0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.16%

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

R = 46.1%
G = 24.16%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F882A0 (or 0xF882A0) is known color: Tickle Me Pink. HEX triplet: F8, 82 and A0. RGB value is (248,130,160). Sum of RGB (Red+Green+Blue) = 248+130+160=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F882A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F882A0 is #077D5F. Grayscale: #A8A8A8. Windows color (decimal): -490848 or 10519288. OLE color: 10519288.

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

Color convert

RGB 248 130 160 -
CMYK 0 0.48 0.35 0.03
HSL 344.75º 0.89% 0.74% -
HSV(B) 344.75º 0.48% 0.97% -
XYZ 53.04 38.46 37.89 -
YUV 168.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 248 130 160 0 0.48 0.35 0.03 344.75 0.89 0.74
Hex F8 82 A0 0 30 23 3 159 59 4A
Octal 370 202 240 0 60 43 3 531 131 112
Binary 11111000 10000010 10100000 0 110000 100011 11 101011001 1011001 1001010

Color Harmonies of #F882A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882A0

Black with #F882A0

Text Example


Text Example

White with #F882A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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