Html Css Color HEX #F482AB Tickle Me Pink

📋 copy color: '#F482AB'

red 244 ◦ green 130 ◦ blue 171

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

Shades of Tickle Me Pink #F482AB

Tints of Tickle Me Pink #F482AB

RGB

 RED value IS 244 (95.7% from 255) = 44.77%

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

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

R = 44.77%
G = 23.85%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F482AB (or 0xF482AB) is known color: Tickle Me Pink. HEX triplet: F4, 82 and AB. RGB value is (244,130,171). Sum of RGB (Red+Green+Blue) = 244+130+171=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F482AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F482AB is #0B7D54. Grayscale: #A8A8A8. Windows color (decimal): -752981 or 11240180. OLE color: 11240180.

HSL color Cylindrical-coordinate representation of color #F482AB: hue angle of 338.42º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F482AB is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 130 171 -
CMYK 0 0.47 0.30 0.04
HSL 338.42º 0.84% 0.73% -
HSV(B) 338.42º 0.47% 0.96% -
XYZ 52.64 38.14 43.12 -
YUV 168.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 244 130 171 0 0.47 0.30 0.04 338.42 0.84 0.73
Hex F4 82 AB 0 2F 1E 4 152 54 49
Octal 364 202 253 0 57 36 4 522 124 111
Binary 11110100 10000010 10101011 0 101111 11110 100 101010010 1010100 1001001

Color Harmonies of #F482AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482AB

Black with #F482AB

Text Example


Text Example

White with #F482AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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