Html Css Color HEX #F07AAA Tickle Me Pink

📋 copy color: '#F07AAA'

red 240 ◦ green 122 ◦ blue 170

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

Shades of Tickle Me Pink #F07AAA

Tints of Tickle Me Pink #F07AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.95%

R = 45.11%
G = 22.93%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F07AAA (or 0xF07AAA) is known color: Tickle Me Pink. HEX triplet: F0, 7A and AA. RGB value is (240,122,170). Sum of RGB (Red+Green+Blue) = 240+122+170=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07AAA is #0F8555. Grayscale: #A2A2A2. Windows color (decimal): -1017174 or 11172592. OLE color: 11172592.

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

Color convert

RGB 240 122 170 -
CMYK 0 0.49 0.29 0.06
HSL 335.59º 0.8% 0.71% -
HSV(B) 335.59º 0.49% 0.94% -
XYZ 50.15 35.35 42.21 -
YUV 162.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 240 122 170 0 0.49 0.29 0.06 335.59 0.8 0.71
Hex F0 7A AA 0 31 1D 6 150 50 47
Octal 360 172 252 0 61 35 6 520 120 107
Binary 11110000 1111010 10101010 0 110001 11101 110 101010000 1010000 1000111

Color Harmonies of #F07AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AAA

Black with #F07AAA

Text Example


Text Example

White with #F07AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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