Html Css Color HEX #F070A1 Tickle Me Pink

📋 copy color: '#F070A1'

red 240 ◦ green 112 ◦ blue 161

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

Shades of Tickle Me Pink #F070A1

Tints of Tickle Me Pink #F070A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.38%

R = 46.78%
G = 21.83%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F070A1 (or 0xF070A1) is known color: Tickle Me Pink. HEX triplet: F0, 70 and A1. RGB value is (240,112,161). Sum of RGB (Red+Green+Blue) = 240+112+161=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F070A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070A1 is #0F8F5E. Grayscale: #9B9B9B. Windows color (decimal): -1019743 or 10580208. OLE color: 10580208.

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

Color convert

RGB 240 112 161 -
CMYK 0 0.53 0.33 0.06
HSL 337.03º 0.81% 0.69% -
HSV(B) 337.03º 0.53% 0.94% -
XYZ 48.16 32.69 37.49 -
YUV 155.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 240 112 161 0 0.53 0.33 0.06 337.03 0.81 0.69
Hex F0 70 A1 0 35 21 6 151 51 45
Octal 360 160 241 0 65 41 6 521 121 105
Binary 11110000 1110000 10100001 0 110101 100001 110 101010001 1010001 1000101

Color Harmonies of #F070A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070A1

Black with #F070A1

Text Example


Text Example

White with #F070A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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