Html Css Color HEX #F084A0 Tickle Me Pink

📋 copy color: '#F084A0'

red 240 ◦ green 132 ◦ blue 160

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

Shades of Tickle Me Pink #F084A0

Tints of Tickle Me Pink #F084A0

RGB

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

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

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

R = 45.11%
G = 24.81%
B = 30.08%

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

#F084A0 (or 0xF084A0) is known color: Tickle Me Pink. HEX triplet: F0, 84 and A0. RGB value is (240,132,160). Sum of RGB (Red+Green+Blue) = 240+132+160=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F084A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F084A0 is #0F7B5F. Grayscale: #A7A7A7. Windows color (decimal): -1014624 or 10519792. OLE color: 10519792.

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

Color convert

RGB 240 132 160 -
CMYK 0 0.45 0.33 0.06
HSL 344.44º 0.78% 0.73% -
HSV(B) 344.44º 0.45% 0.94% -
XYZ 50.53 37.57 37.85 -
YUV 167.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 240 132 160 0 0.45 0.33 0.06 344.44 0.78 0.73
Hex F0 84 A0 0 2D 21 6 158 4E 49
Octal 360 204 240 0 55 41 6 530 116 111
Binary 11110000 10000100 10100000 0 101101 100001 110 101011000 1001110 1001001

Color Harmonies of #F084A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F084A0

Black with #F084A0

Text Example


Text Example

White with #F084A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F084A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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