Html Css Color HEX #FF85A8 Tickle Me Pink

📋 copy color: '#FF85A8'

red 255 ◦ green 133 ◦ blue 168

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

Shades of Tickle Me Pink #FF85A8

Tints of Tickle Me Pink #FF85A8

RGB

 RED value IS 255 (100% from 255) = 45.86%

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

 BLUE value IS 168 (66.02% from 255) = 30.22%

R = 45.86%
G = 23.92%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF85A8 (or 0xFF85A8) is known color: Tickle Me Pink. HEX triplet: FF, 85 and A8. RGB value is (255,133,168). Sum of RGB (Red+Green+Blue) = 255+133+168=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF85A8 is #007A57. Grayscale: #ADADAD. Windows color (decimal): -31320 or 11044351. OLE color: 11044351.

HSL color Cylindrical-coordinate representation of color #FF85A8: hue angle of 342.79º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85A8 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 255 133 168 -
CMYK 0 0.48 0.34 0
HSL 342.79º 1% 0.76% -
HSV(B) 342.79º 0.48% 1% -
XYZ 56.7 40.86 41.94 -
YUV 173.47 124.92 186.15 -
System Red Green Blue C M Y K H S L
Decimal 255 133 168 0 0.48 0.34 0 342.79 1 0.76
Hex FF 85 A8 0 30 22 0 157 64 4C
Octal 377 205 250 0 60 42 0 527 144 114
Binary 11111111 10000101 10101000 0 110000 100010 0 101010111 1100100 1001100

Color Harmonies of #FF85A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85A8

Black with #FF85A8

Text Example


Text Example

White with #FF85A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85A8; }

 p { color: rgb(255,133,168); }

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

background-color css

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

 a { background-color: rgb(255,133,168); }

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

border-color css

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

 span { border-color: rgb(255,133,168); }

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