Html Css Color HEX #F075AA Tickle Me Pink

📋 copy color: '#F075AA'

red 240 ◦ green 117 ◦ blue 170

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

Shades of Tickle Me Pink #F075AA

Tints of Tickle Me Pink #F075AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.2%

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

R = 45.54%
G = 22.2%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F075AA (or 0xF075AA) is known color: Tickle Me Pink. HEX triplet: F0, 75 and AA. RGB value is (240,117,170). Sum of RGB (Red+Green+Blue) = 240+117+170=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F075AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F075AA is #0F8A55. Grayscale: #9F9F9F. Windows color (decimal): -1018454 or 11171312. OLE color: 11171312.

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

Color convert

RGB 240 117 170 -
CMYK 0 0.51 0.29 0.06
HSL 334.15º 0.8% 0.7% -
HSV(B) 334.15º 0.51% 0.94% -
XYZ 49.55 34.15 42.01 -
YUV 159.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 240 117 170 0 0.51 0.29 0.06 334.15 0.8 0.7
Hex F0 75 AA 0 33 1D 6 14E 50 46
Octal 360 165 252 0 63 35 6 516 120 106
Binary 11110000 1110101 10101010 0 110011 11101 110 101001110 1010000 1000110

Color Harmonies of #F075AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075AA

Black with #F075AA

Text Example


Text Example

White with #F075AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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