Html Css Color HEX #F485AB Tickle Me Pink

📋 copy color: '#F485AB'

red 244 ◦ green 133 ◦ blue 171

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

Shades of Tickle Me Pink #F485AB

Tints of Tickle Me Pink #F485AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.27%

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

R = 44.53%
G = 24.27%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F485AB (or 0xF485AB) is known color: Tickle Me Pink. HEX triplet: F4, 85 and AB. RGB value is (244,133,171). Sum of RGB (Red+Green+Blue) = 244+133+171=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F485AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F485AB is #0B7A54. Grayscale: #AAAAAA. Windows color (decimal): -752213 or 11240948. OLE color: 11240948.

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

Color convert

RGB 244 133 171 -
CMYK 0 0.45 0.30 0.04
HSL 339.46º 0.83% 0.74% -
HSV(B) 339.46º 0.45% 0.96% -
XYZ 53.05 38.95 43.25 -
YUV 170.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 244 133 171 0 0.45 0.30 0.04 339.46 0.83 0.74
Hex F4 85 AB 0 2D 1E 4 153 53 4A
Octal 364 205 253 0 55 36 4 523 123 112
Binary 11110100 10000101 10101011 0 101101 11110 100 101010011 1010011 1001010

Color Harmonies of #F485AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F485AB

Black with #F485AB

Text Example


Text Example

White with #F485AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F485AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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