Html Css Color HEX #FC7194 Tickle Me Pink

📋 copy color: '#FC7194'

red 252 ◦ green 113 ◦ blue 148

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

Shades of Tickle Me Pink #FC7194

Tints of Tickle Me Pink #FC7194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.03%

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 49.12%
G = 22.03%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC7194 (or 0xFC7194) is known color: Tickle Me Pink. HEX triplet: FC, 71 and 94. RGB value is (252,113,148). Sum of RGB (Red+Green+Blue) = 252+113+148=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7194 is #038E6B. Grayscale: #9E9E9E. Windows color (decimal): -233068 or 9728508. OLE color: 9728508.

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

Color convert

RGB 252 113 148 -
CMYK 0 0.55 0.41 0.01
HSL 344.89º 0.96% 0.72% -
HSV(B) 344.89º 0.55% 0.99% -
XYZ 51.4 34.64 32 -
YUV 158.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 252 113 148 0 0.55 0.41 0.01 344.89 0.96 0.72
Hex FC 71 94 0 37 29 1 159 60 48
Octal 374 161 224 0 67 51 1 531 140 110
Binary 11111100 1110001 10010100 0 110111 101001 1 101011001 1100000 1001000

Color Harmonies of #FC7194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7194

Black with #FC7194

Text Example


Text Example

White with #FC7194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7194; }

 p { color: rgb(252,113,148); }

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

background-color css

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

 a { background-color: rgb(252,113,148); }

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

border-color css

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

 span { border-color: rgb(252,113,148); }

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