Html Css Color HEX #FC7FA0 Tickle Me Pink

📋 copy color: '#FC7FA0'

red 252 ◦ green 127 ◦ blue 160

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

Shades of Tickle Me Pink #FC7FA0

Tints of Tickle Me Pink #FC7FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 46.75%
G = 23.56%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC7FA0 (or 0xFC7FA0) is known color: Tickle Me Pink. HEX triplet: FC, 7F and A0. RGB value is (252,127,160). Sum of RGB (Red+Green+Blue) = 252+127+160=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7FA0 is #03805F. Grayscale: #A8A8A8. Windows color (decimal): -229472 or 10518524. OLE color: 10518524.

HSL color Cylindrical-coordinate representation of color #FC7FA0: hue angle of 344.16º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FA0 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 127 160 -
CMYK 0 0.50 0.37 0.01
HSL 344.16º 0.95% 0.74% -
HSV(B) 344.16º 0.5% 0.99% -
XYZ 54.08 38.41 37.82 -
YUV 168.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 252 127 160 0 0.50 0.37 0.01 344.16 0.95 0.74
Hex FC 7F A0 0 32 25 1 158 5F 4A
Octal 374 177 240 0 62 45 1 530 137 112
Binary 11111100 1111111 10100000 0 110010 100101 1 101011000 1011111 1001010

Color Harmonies of #FC7FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FA0

Black with #FC7FA0

Text Example


Text Example

White with #FC7FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FA0; }

 p { color: rgb(252,127,160); }

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

background-color css

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

 a { background-color: rgb(252,127,160); }

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

border-color css

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

 span { border-color: rgb(252,127,160); }

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