Html Css Color HEX #F16DA0 Tickle Me Pink

📋 copy color: '#F16DA0'

red 241 ◦ green 109 ◦ blue 160

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

Shades of Tickle Me Pink #F16DA0

Tints of Tickle Me Pink #F16DA0

RGB

 RED value IS 241 (94.53% from 255) = 47.25%

 GREEN value IS 109 (42.97% from 255) = 21.37%

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

R = 47.25%
G = 21.37%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F16DA0 (or 0xF16DA0) is known color: Tickle Me Pink. HEX triplet: F1, 6D and A0. RGB value is (241,109,160). Sum of RGB (Red+Green+Blue) = 241+109+160=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16DA0 is #0E925F. Grayscale: #9A9A9A. Windows color (decimal): -954976 or 10513905. OLE color: 10513905.

HSL color Cylindrical-coordinate representation of color #F16DA0: hue angle of 336.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DA0 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 109 160 -
CMYK 0 0.55 0.34 0.05
HSL 336.82º 0.83% 0.69% -
HSV(B) 336.82º 0.55% 0.95% -
XYZ 48.09 32.18 36.93 -
YUV 154.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 241 109 160 0 0.55 0.34 0.05 336.82 0.83 0.69
Hex F1 6D A0 0 37 22 5 151 52 45
Octal 361 155 240 0 67 42 5 521 122 105
Binary 11110001 1101101 10100000 0 110111 100010 101 101010001 1010010 1000101

Color Harmonies of #F16DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16DA0

Black with #F16DA0

Text Example


Text Example

White with #F16DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16DA0; }

 p { color: rgb(241,109,160); }

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

background-color css

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

 a { background-color: rgb(241,109,160); }

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

border-color css

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

 span { border-color: rgb(241,109,160); }

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