Html Css Color HEX #F070A5 Tickle Me Pink

📋 copy color: '#F070A5'

red 240 ◦ green 112 ◦ blue 165

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

Shades of Tickle Me Pink #F070A5

Tints of Tickle Me Pink #F070A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.91%

R = 46.42%
G = 21.66%
B = 31.91%

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

#F070A5 (or 0xF070A5) is known color: Tickle Me Pink. HEX triplet: F0, 70 and A5. RGB value is (240,112,165). Sum of RGB (Red+Green+Blue) = 240+112+165=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F070A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070A5 is #0F8F5A. Grayscale: #9C9C9C. Windows color (decimal): -1019739 or 10842352. OLE color: 10842352.

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

Color convert

RGB 240 112 165 -
CMYK 0 0.53 0.31 0.06
HSL 335.16º 0.81% 0.69% -
HSV(B) 335.16º 0.53% 0.94% -
XYZ 48.52 32.83 39.38 -
YUV 156.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 240 112 165 0 0.53 0.31 0.06 335.16 0.81 0.69
Hex F0 70 A5 0 35 1F 6 14F 51 45
Octal 360 160 245 0 65 37 6 517 121 105
Binary 11110000 1110000 10100101 0 110101 11111 110 101001111 1010001 1000101

Color Harmonies of #F070A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070A5

Black with #F070A5

Text Example


Text Example

White with #F070A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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