Html Css Color HEX #F081A0 Tickle Me Pink

📋 copy color: '#F081A0'

red 240 ◦ green 129 ◦ blue 160

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

Shades of Tickle Me Pink #F081A0

Tints of Tickle Me Pink #F081A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.25%

R = 45.37%
G = 24.39%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F081A0 (or 0xF081A0) is known color: Tickle Me Pink. HEX triplet: F0, 81 and A0. RGB value is (240,129,160). Sum of RGB (Red+Green+Blue) = 240+129+160=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F081A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F081A0 is #0F7E5F. Grayscale: #A5A5A5. Windows color (decimal): -1015392 or 10519024. OLE color: 10519024.

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

Color convert

RGB 240 129 160 -
CMYK 0 0.46 0.33 0.06
HSL 343.24º 0.79% 0.72% -
HSV(B) 343.24º 0.46% 0.94% -
XYZ 50.13 36.76 37.71 -
YUV 165.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 240 129 160 0 0.46 0.33 0.06 343.24 0.79 0.72
Hex F0 81 A0 0 2E 21 6 157 4F 48
Octal 360 201 240 0 56 41 6 527 117 110
Binary 11110000 10000001 10100000 0 101110 100001 110 101010111 1001111 1001000

Color Harmonies of #F081A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081A0

Black with #F081A0

Text Example


Text Example

White with #F081A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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