Html Css Color HEX #F084A1 Tickle Me Pink

📋 copy color: '#F084A1'

red 240 ◦ green 132 ◦ blue 161

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

Shades of Tickle Me Pink #F084A1

Tints of Tickle Me Pink #F084A1

RGB

 RED value IS 240 (94.14% from 255) = 45.03%

 GREEN value IS 132 (51.95% from 255) = 24.77%

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

R = 45.03%
G = 24.77%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F084A1 (or 0xF084A1) is known color: Tickle Me Pink. HEX triplet: F0, 84 and A1. RGB value is (240,132,161). Sum of RGB (Red+Green+Blue) = 240+132+161=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F084A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F084A1 is #0F7B5E. Grayscale: #A7A7A7. Windows color (decimal): -1014623 or 10585328. OLE color: 10585328.

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

Color convert

RGB 240 132 161 -
CMYK 0 0.45 0.33 0.06
HSL 343.89º 0.78% 0.73% -
HSV(B) 343.89º 0.45% 0.94% -
XYZ 50.62 37.6 38.31 -
YUV 167.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 240 132 161 0 0.45 0.33 0.06 343.89 0.78 0.73
Hex F0 84 A1 0 2D 21 6 158 4E 49
Octal 360 204 241 0 55 41 6 530 116 111
Binary 11110000 10000100 10100001 0 101101 100001 110 101011000 1001110 1001001

Color Harmonies of #F084A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F084A1

Black with #F084A1

Text Example


Text Example

White with #F084A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F084A1; }

 p { color: rgb(240,132,161); }

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

background-color css

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

 a { background-color: rgb(240,132,161); }

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

border-color css

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

 span { border-color: rgb(240,132,161); }

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