Html Css Color HEX #F185A2 Tickle Me Pink

📋 copy color: '#F185A2'

red 241 ◦ green 133 ◦ blue 162

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

Shades of Tickle Me Pink #F185A2

Tints of Tickle Me Pink #F185A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.22%

R = 44.96%
G = 24.81%
B = 30.22%

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

#F185A2 (or 0xF185A2) is known color: Tickle Me Pink. HEX triplet: F1, 85 and A2. RGB value is (241,133,162). Sum of RGB (Red+Green+Blue) = 241+133+162=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F185A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F185A2 is #0E7A5D. Grayscale: #A8A8A8. Windows color (decimal): -948830 or 10651121. OLE color: 10651121.

HSL color Cylindrical-coordinate representation of color #F185A2: hue angle of 343.89º 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 #F185A2 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 133 162 -
CMYK 0 0.45 0.33 0.05
HSL 343.89º 0.79% 0.73% -
HSV(B) 343.89º 0.45% 0.95% -
XYZ 51.18 38.08 38.84 -
YUV 168.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 241 133 162 0 0.45 0.33 0.05 343.89 0.79 0.73
Hex F1 85 A2 0 2D 21 5 158 4F 49
Octal 361 205 242 0 55 41 5 530 117 111
Binary 11110001 10000101 10100010 0 101101 100001 101 101011000 1001111 1001001

Color Harmonies of #F185A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185A2

Black with #F185A2

Text Example


Text Example

White with #F185A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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