Html Css Color HEX #F482A4 Tickle Me Pink

📋 copy color: '#F482A4'

red 244 ◦ green 130 ◦ blue 164

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

Shades of Tickle Me Pink #F482A4

Tints of Tickle Me Pink #F482A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.48%

R = 45.35%
G = 24.16%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F482A4 (or 0xF482A4) is known color: Tickle Me Pink. HEX triplet: F4, 82 and A4. RGB value is (244,130,164). Sum of RGB (Red+Green+Blue) = 244+130+164=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F482A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F482A4 is #0B7D5B. Grayscale: #A7A7A7. Windows color (decimal): -752988 or 10781428. OLE color: 10781428.

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

Color convert

RGB 244 130 164 -
CMYK 0 0.47 0.33 0.04
HSL 342.11º 0.84% 0.73% -
HSV(B) 342.11º 0.47% 0.96% -
XYZ 51.99 37.88 39.69 -
YUV 167.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 244 130 164 0 0.47 0.33 0.04 342.11 0.84 0.73
Hex F4 82 A4 0 2F 21 4 156 54 49
Octal 364 202 244 0 57 41 4 526 124 111
Binary 11110100 10000010 10100100 0 101111 100001 100 101010110 1010100 1001001

Color Harmonies of #F482A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482A4

Black with #F482A4

Text Example


Text Example

White with #F482A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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