Html Css Color HEX #F070A6 Tickle Me Pink

📋 copy color: '#F070A6'

red 240 ◦ green 112 ◦ blue 166

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

Shades of Tickle Me Pink #F070A6

Tints of Tickle Me Pink #F070A6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.62%

 BLUE value IS 166 (65.23% from 255) = 32.05%

R = 46.33%
G = 21.62%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F070A6 (or 0xF070A6) is known color: Tickle Me Pink. HEX triplet: F0, 70 and A6. RGB value is (240,112,166). Sum of RGB (Red+Green+Blue) = 240+112+166=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F070A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070A6 is #0F8F59. Grayscale: #9C9C9C. Windows color (decimal): -1019738 or 10907888. OLE color: 10907888.

HSL color Cylindrical-coordinate representation of color #F070A6: hue angle of 334.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070A6 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 166 -
CMYK 0 0.53 0.31 0.06
HSL 334.69º 0.81% 0.69% -
HSV(B) 334.69º 0.53% 0.94% -
XYZ 48.61 32.87 39.86 -
YUV 156.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 240 112 166 0 0.53 0.31 0.06 334.69 0.81 0.69
Hex F0 70 A6 0 35 1F 6 14F 51 45
Octal 360 160 246 0 65 37 6 517 121 105
Binary 11110000 1110000 10100110 0 110101 11111 110 101001111 1010001 1000101

Color Harmonies of #F070A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070A6

Black with #F070A6

Text Example


Text Example

White with #F070A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070A6; }

 p { color: rgb(240,112,166); }

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

background-color css

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

 a { background-color: rgb(240,112,166); }

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

border-color css

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

 span { border-color: rgb(240,112,166); }

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