#F485B0

Color #F485B0 Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #F485B0

Tints of Tickle Me Pink #F485B0

Color information

#F485B0 (or 0xF485B0) is unknown color: approx Tickle Me Pink. HEX triplet: F4, 85 and B0. RGB value is (244,133,176). Sum of RGB (Red+Green+Blue) = 244+133+176=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F485B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F485B0 is #0B7A4F. Grayscale: #ABABAB. Windows color (decimal): -752208 or 11568628. OLE color: 11568628.

HSL color Cylindrical-coordinate representation of color #F485B0: hue angle of 336.76º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F485B0 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB244133176-
CMYK00.450.280.04
HSL336.76º83.46%73.92%-
HSV(B)336.76º45.49%95.69%-
XYZ53.5339.1445.81-
YUV171.09130.77180-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.12%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 176 (69.14% from 255) = 31.83%
R=44.12%
G=24.05%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413317600.450.280.04336.7683.4673.92
HexF485B002D1C4151534a
Octal364205260055344521123112
Binary11110100100001011011000001011011110010010101000110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F485B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F485B0; }

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

 H1.HeaderClassName
 {
   color: #F485B0;
 }
 .AnyTagClassName
 {
   color: #F485B0;
 }
</style>
background-color css

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

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

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

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

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

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