Html Css Color HEX #FC7095 Tickle Me Pink

📋 copy color: '#FC7095'

red 252 ◦ green 112 ◦ blue 149

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

Shades of Tickle Me Pink #FC7095

Tints of Tickle Me Pink #FC7095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.83%

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 49.12%
G = 21.83%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC7095 (or 0xFC7095) is known color: Tickle Me Pink. HEX triplet: FC, 70 and 95. RGB value is (252,112,149). Sum of RGB (Red+Green+Blue) = 252+112+149=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7095 is #038F6A. Grayscale: #9E9E9E. Windows color (decimal): -233323 or 9793788. OLE color: 9793788.

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

Color convert

RGB 252 112 149 -
CMYK 0 0.56 0.41 0.01
HSL 344.14º 0.96% 0.71% -
HSV(B) 344.14º 0.56% 0.99% -
XYZ 51.36 34.45 32.38 -
YUV 158.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 252 112 149 0 0.56 0.41 0.01 344.14 0.96 0.71
Hex FC 70 95 0 38 29 1 158 60 47
Octal 374 160 225 0 70 51 1 530 140 107
Binary 11111100 1110000 10010101 0 111000 101001 1 101011000 1100000 1000111

Color Harmonies of #FC7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7095

Black with #FC7095

Text Example


Text Example

White with #FC7095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7095; }

 p { color: rgb(252,112,149); }

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

background-color css

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

 a { background-color: rgb(252,112,149); }

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

border-color css

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

 span { border-color: rgb(252,112,149); }

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