Html Css Color HEX #F080A0 Tickle Me Pink

📋 copy color: '#F080A0'

red 240 ◦ green 128 ◦ blue 160

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

Shades of Tickle Me Pink #F080A0

Tints of Tickle Me Pink #F080A0

RGB

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

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

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

R = 45.45%
G = 24.24%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F080A0 (or 0xF080A0) is known color: Tickle Me Pink. HEX triplet: F0, 80 and A0. RGB value is (240,128,160). Sum of RGB (Red+Green+Blue) = 240+128+160=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F080A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F080A0 is #0F7F5F. Grayscale: #A5A5A5. Windows color (decimal): -1015648 or 10518768. OLE color: 10518768.

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

Color convert

RGB 240 128 160 -
CMYK 0 0.47 0.33 0.06
HSL 342.86º 0.79% 0.72% -
HSV(B) 342.86º 0.47% 0.94% -
XYZ 50 36.5 37.67 -
YUV 165.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 240 128 160 0 0.47 0.33 0.06 342.86 0.79 0.72
Hex F0 80 A0 0 2F 21 6 157 4F 48
Octal 360 200 240 0 57 41 6 527 117 110
Binary 11110000 10000000 10100000 0 101111 100001 110 101010111 1001111 1001000

Color Harmonies of #F080A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080A0

Black with #F080A0

Text Example


Text Example

White with #F080A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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