Html Css Color HEX #F080A8 Tickle Me Pink

📋 copy color: '#F080A8'

red 240 ◦ green 128 ◦ blue 168

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

Shades of Tickle Me Pink #F080A8

Tints of Tickle Me Pink #F080A8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.88%

 BLUE value IS 168 (66.02% from 255) = 31.34%

R = 44.78%
G = 23.88%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F080A8 (or 0xF080A8) is known color: Tickle Me Pink. HEX triplet: F0, 80 and A8. RGB value is (240,128,168). Sum of RGB (Red+Green+Blue) = 240+128+168=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F080A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F080A8 is #0F7F57. Grayscale: #A5A5A5. Windows color (decimal): -1015640 or 11043056. OLE color: 11043056.

HSL color Cylindrical-coordinate representation of color #F080A8: hue angle of 338.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080A8 is Cyan = 0, Magento = 0.47, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 168 -
CMYK 0 0.47 0.3 0.06
HSL 338.57º 0.79% 0.72% -
HSV(B) 338.57º 0.47% 0.94% -
XYZ 50.72 36.79 41.47 -
YUV 166.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 240 128 168 0 0.47 0.3 0.06 338.57 0.79 0.72
Hex F0 80 A8 0 2F 1E 6 153 4F 48
Octal 360 200 250 0 57 36 6 523 117 110
Binary 11110000 10000000 10101000 0 101111 11110 110 101010011 1001111 1001000

Color Harmonies of #F080A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080A8

Black with #F080A8

Text Example


Text Example

White with #F080A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080A8; }

 p { color: rgb(240,128,168); }

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

background-color css

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

 a { background-color: rgb(240,128,168); }

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

border-color css

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

 span { border-color: rgb(240,128,168); }

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