Html Css Color HEX #F482B0 Tickle Me Pink

📋 copy color: '#F482B0'

red 244 ◦ green 130 ◦ blue 176

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

Shades of Tickle Me Pink #F482B0

Tints of Tickle Me Pink #F482B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32%

R = 44.36%
G = 23.64%
B = 32%

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

#F482B0 (or 0xF482B0) is known color: Tickle Me Pink. HEX triplet: F4, 82 and B0. RGB value is (244,130,176). Sum of RGB (Red+Green+Blue) = 244+130+176=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F482B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F482B0 is #0B7D4F. Grayscale: #A9A9A9. Windows color (decimal): -752976 or 11567860. OLE color: 11567860.

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

Color convert

RGB 244 130 176 -
CMYK 0 0.47 0.28 0.04
HSL 335.79º 0.84% 0.73% -
HSV(B) 335.79º 0.47% 0.96% -
XYZ 53.13 38.33 45.67 -
YUV 169.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 244 130 176 0 0.47 0.28 0.04 335.79 0.84 0.73
Hex F4 82 B0 0 2F 1C 4 150 54 49
Octal 364 202 260 0 57 34 4 520 124 111
Binary 11110100 10000010 10110000 0 101111 11100 100 101010000 1010100 1001001

Color Harmonies of #F482B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482B0

Black with #F482B0

Text Example


Text Example

White with #F482B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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