Html Css Color HEX #F081A2 Tickle Me Pink

📋 copy color: '#F081A2'

red 240 ◦ green 129 ◦ blue 162

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

Shades of Tickle Me Pink #F081A2

Tints of Tickle Me Pink #F081A2

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.29%

 BLUE value IS 162 (63.67% from 255) = 30.51%

R = 45.2%
G = 24.29%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F081A2 (or 0xF081A2) is known color: Tickle Me Pink. HEX triplet: F0, 81 and A2. RGB value is (240,129,162). Sum of RGB (Red+Green+Blue) = 240+129+162=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F081A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F081A2 is #0F7E5D. Grayscale: #A5A5A5. Windows color (decimal): -1015390 or 10650096. OLE color: 10650096.

HSL color Cylindrical-coordinate representation of color #F081A2: hue angle of 342.16º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081A2 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 162 -
CMYK 0 0.46 0.32 0.06
HSL 342.16º 0.79% 0.72% -
HSV(B) 342.16º 0.46% 0.94% -
XYZ 50.31 36.83 38.64 -
YUV 165.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 240 129 162 0 0.46 0.32 0.06 342.16 0.79 0.72
Hex F0 81 A2 0 2E 20 6 156 4F 48
Octal 360 201 242 0 56 40 6 526 117 110
Binary 11110000 10000001 10100010 0 101110 100000 110 101010110 1001111 1001000

Color Harmonies of #F081A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081A2

Black with #F081A2

Text Example


Text Example

White with #F081A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081A2; }

 p { color: rgb(240,129,162); }

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

background-color css

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

 a { background-color: rgb(240,129,162); }

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

border-color css

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

 span { border-color: rgb(240,129,162); }

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