Html Css Color HEX #F185A1 Tickle Me Pink

📋 copy color: '#F185A1'

red 241 ◦ green 133 ◦ blue 161

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

Shades of Tickle Me Pink #F185A1

Tints of Tickle Me Pink #F185A1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.86%

 BLUE value IS 161 (63.28% from 255) = 30.09%

R = 45.05%
G = 24.86%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F185A1 (or 0xF185A1) is known color: Tickle Me Pink. HEX triplet: F1, 85 and A1. RGB value is (241,133,161). Sum of RGB (Red+Green+Blue) = 241+133+161=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F185A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F185A1 is #0E7A5E. Grayscale: #A8A8A8. Windows color (decimal): -948831 or 10585585. OLE color: 10585585.

HSL color Cylindrical-coordinate representation of color #F185A1: hue angle of 344.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185A1 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 133 161 -
CMYK 0 0.45 0.33 0.05
HSL 344.44º 0.79% 0.73% -
HSV(B) 344.44º 0.45% 0.95% -
XYZ 51.1 38.05 38.37 -
YUV 168.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 241 133 161 0 0.45 0.33 0.05 344.44 0.79 0.73
Hex F1 85 A1 0 2D 21 5 158 4F 49
Octal 361 205 241 0 55 41 5 530 117 111
Binary 11110001 10000101 10100001 0 101101 100001 101 101011000 1001111 1001001

Color Harmonies of #F185A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185A1

Black with #F185A1

Text Example


Text Example

White with #F185A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185A1; }

 p { color: rgb(241,133,161); }

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

background-color css

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

 a { background-color: rgb(241,133,161); }

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

border-color css

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

 span { border-color: rgb(241,133,161); }

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