Html Css Color HEX #F585B1 Tickle Me Pink

📋 copy color: '#F585B1'

red 245 ◦ green 133 ◦ blue 177

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

Shades of Tickle Me Pink #F585B1

Tints of Tickle Me Pink #F585B1

RGB

 RED value IS 245 (96.09% from 255) = 44.14%

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

 BLUE value IS 177 (69.53% from 255) = 31.89%

R = 44.14%
G = 23.96%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F585B1 (or 0xF585B1) is known color: Tickle Me Pink. HEX triplet: F5, 85 and B1. RGB value is (245,133,177). Sum of RGB (Red+Green+Blue) = 245+133+177=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F585B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F585B1 is #0A7A4E. Grayscale: #ABABAB. Windows color (decimal): -686671 or 11634165. OLE color: 11634165.

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

Color convert

RGB 245 133 177 -
CMYK 0 0.46 0.28 0.04
HSL 336.43º 0.85% 0.74% -
HSV(B) 336.43º 0.46% 0.96% -
XYZ 53.98 39.36 46.35 -
YUV 171.5 131.11 180.42 -
System Red Green Blue C M Y K H S L
Decimal 245 133 177 0 0.46 0.28 0.04 336.43 0.85 0.74
Hex F5 85 B1 0 2E 1C 4 150 55 4A
Octal 365 205 261 0 56 34 4 520 125 112
Binary 11110101 10000101 10110001 0 101110 11100 100 101010000 1010101 1001010

Color Harmonies of #F585B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585B1

Black with #F585B1

Text Example


Text Example

White with #F585B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585B1; }

 p { color: rgb(245,133,177); }

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

background-color css

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

 a { background-color: rgb(245,133,177); }

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

border-color css

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

 span { border-color: rgb(245,133,177); }

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