Html Css Color HEX #F07AA0 Tickle Me Pink

📋 copy color: '#F07AA0'

red 240 ◦ green 122 ◦ blue 160

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

Shades of Tickle Me Pink #F07AA0

Tints of Tickle Me Pink #F07AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.37%

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

R = 45.98%
G = 23.37%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F07AA0 (or 0xF07AA0) is known color: Tickle Me Pink. HEX triplet: F0, 7A and A0. RGB value is (240,122,160). Sum of RGB (Red+Green+Blue) = 240+122+160=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07AA0 is #0F855F. Grayscale: #A1A1A1. Windows color (decimal): -1017184 or 10517232. OLE color: 10517232.

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

Color convert

RGB 240 122 160 -
CMYK 0 0.49 0.33 0.06
HSL 340.68º 0.8% 0.71% -
HSV(B) 340.68º 0.49% 0.94% -
XYZ 49.24 34.98 37.41 -
YUV 161.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 240 122 160 0 0.49 0.33 0.06 340.68 0.8 0.71
Hex F0 7A A0 0 31 21 6 155 50 47
Octal 360 172 240 0 61 41 6 525 120 107
Binary 11110000 1111010 10100000 0 110001 100001 110 101010101 1010000 1000111

Color Harmonies of #F07AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AA0

Black with #F07AA0

Text Example


Text Example

White with #F07AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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