Html Css Color HEX #F482AF Tickle Me Pink

📋 copy color: '#F482AF'

red 244 ◦ green 130 ◦ blue 175

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

Shades of Tickle Me Pink #F482AF

Tints of Tickle Me Pink #F482AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.88%

R = 44.44%
G = 23.68%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F482AF (or 0xF482AF) is known color: Tickle Me Pink. HEX triplet: F4, 82 and AF. RGB value is (244,130,175). Sum of RGB (Red+Green+Blue) = 244+130+175=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F482AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F482AF is #0B7D50. Grayscale: #A9A9A9. Windows color (decimal): -752977 or 11502324. OLE color: 11502324.

HSL color Cylindrical-coordinate representation of color #F482AF: hue angle of 336.32º 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 #F482AF is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 130 175 -
CMYK 0 0.47 0.28 0.04
HSL 336.32º 0.84% 0.73% -
HSV(B) 336.32º 0.47% 0.96% -
XYZ 53.03 38.29 45.15 -
YUV 169.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 244 130 175 0 0.47 0.28 0.04 336.32 0.84 0.73
Hex F4 82 AF 0 2F 1C 4 150 54 49
Octal 364 202 257 0 57 34 4 520 124 111
Binary 11110100 10000010 10101111 0 101111 11100 100 101010000 1010100 1001001

Color Harmonies of #F482AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482AF

Black with #F482AF

Text Example


Text Example

White with #F482AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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