Html Css Color HEX #FC6D9A Tickle Me Pink

📋 copy color: '#FC6D9A'

red 252 ◦ green 109 ◦ blue 154

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

Shades of Tickle Me Pink #FC6D9A

Tints of Tickle Me Pink #FC6D9A

RGB

 RED value IS 252 (98.83% from 255) = 48.93%

 GREEN value IS 109 (42.97% from 255) = 21.17%

 BLUE value IS 154 (60.55% from 255) = 29.9%

R = 48.93%
G = 21.17%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC6D9A (or 0xFC6D9A) is known color: Tickle Me Pink. HEX triplet: FC, 6D and 9A. RGB value is (252,109,154). Sum of RGB (Red+Green+Blue) = 252+109+154=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6D9A is #039265. Grayscale: #9C9C9C. Windows color (decimal): -234086 or 10120700. OLE color: 10120700.

HSL color Cylindrical-coordinate representation of color #FC6D9A: hue angle of 341.12º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6D9A is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 109 154 -
CMYK 0 0.57 0.39 0.01
HSL 341.12º 0.96% 0.71% -
HSV(B) 341.12º 0.57% 0.99% -
XYZ 51.45 33.97 34.42 -
YUV 156.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 252 109 154 0 0.57 0.39 0.01 341.12 0.96 0.71
Hex FC 6D 9A 0 39 27 1 155 60 47
Octal 374 155 232 0 71 47 1 525 140 107
Binary 11111100 1101101 10011010 0 111001 100111 1 101010101 1100000 1000111

Color Harmonies of #FC6D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D9A

Black with #FC6D9A

Text Example


Text Example

White with #FC6D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D9A; }

 p { color: rgb(252,109,154); }

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

background-color css

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

 a { background-color: rgb(252,109,154); }

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

border-color css

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

 span { border-color: rgb(252,109,154); }

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