Html Css Color HEX #F082A8 Tickle Me Pink

📋 copy color: '#F082A8'

red 240 ◦ green 130 ◦ blue 168

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

Shades of Tickle Me Pink #F082A8

Tints of Tickle Me Pink #F082A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.23%

R = 44.61%
G = 24.16%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F082A8 (or 0xF082A8) is known color: Tickle Me Pink. HEX triplet: F0, 82 and A8. RGB value is (240,130,168). Sum of RGB (Red+Green+Blue) = 240+130+168=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F082A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F082A8 is #0F7D57. Grayscale: #A7A7A7. Windows color (decimal): -1015128 or 11043568. OLE color: 11043568.

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

Color convert

RGB 240 130 168 -
CMYK 0 0.46 0.3 0.06
HSL 339.27º 0.79% 0.73% -
HSV(B) 339.27º 0.46% 0.94% -
XYZ 50.99 37.32 41.56 -
YUV 167.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 240 130 168 0 0.46 0.3 0.06 339.27 0.79 0.73
Hex F0 82 A8 0 2E 1E 6 153 4F 49
Octal 360 202 250 0 56 36 6 523 117 111
Binary 11110000 10000010 10101000 0 101110 11110 110 101010011 1001111 1001001

Color Harmonies of #F082A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082A8

Black with #F082A8

Text Example


Text Example

White with #F082A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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