Html Css Color HEX #F082AB Tickle Me Pink

📋 copy color: '#F082AB'

red 240 ◦ green 130 ◦ blue 171

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

Shades of Tickle Me Pink #F082AB

Tints of Tickle Me Pink #F082AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.03%

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 44.36%
G = 24.03%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F082AB (or 0xF082AB) is known color: Tickle Me Pink. HEX triplet: F0, 82 and AB. RGB value is (240,130,171). Sum of RGB (Red+Green+Blue) = 240+130+171=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F082AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F082AB is #0F7D54. Grayscale: #A7A7A7. Windows color (decimal): -1015125 or 11240176. OLE color: 11240176.

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

Color convert

RGB 240 130 171 -
CMYK 0 0.46 0.29 0.06
HSL 337.64º 0.79% 0.73% -
HSV(B) 337.64º 0.46% 0.94% -
XYZ 51.27 37.43 43.05 -
YUV 167.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 240 130 171 0 0.46 0.29 0.06 337.64 0.79 0.73
Hex F0 82 AB 0 2E 1D 6 152 4F 49
Octal 360 202 253 0 56 35 6 522 117 111
Binary 11110000 10000010 10101011 0 101110 11101 110 101010010 1001111 1001001

Color Harmonies of #F082AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082AB

Black with #F082AB

Text Example


Text Example

White with #F082AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082AB; }

 p { color: rgb(240,130,171); }

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

background-color css

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

 a { background-color: rgb(240,130,171); }

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

border-color css

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

 span { border-color: rgb(240,130,171); }

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