Html Css Color HEX #FC7490 Tickle Me Pink

📋 copy color: '#FC7490'

red 252 ◦ green 116 ◦ blue 144

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

Shades of Tickle Me Pink #FC7490

Tints of Tickle Me Pink #FC7490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.66%

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 49.22%
G = 22.66%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC7490 (or 0xFC7490) is known color: Tickle Me Pink. HEX triplet: FC, 74 and 90. RGB value is (252,116,144). Sum of RGB (Red+Green+Blue) = 252+116+144=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7490 is #038B6F. Grayscale: #9F9F9F. Windows color (decimal): -232304 or 9467132. OLE color: 9467132.

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

Color convert

RGB 252 116 144 -
CMYK 0 0.54 0.43 0.01
HSL 347.65º 0.96% 0.72% -
HSV(B) 347.65º 0.54% 0.99% -
XYZ 51.42 35.2 30.47 -
YUV 159.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 252 116 144 0 0.54 0.43 0.01 347.65 0.96 0.72
Hex FC 74 90 0 36 2B 1 15C 60 48
Octal 374 164 220 0 66 53 1 534 140 110
Binary 11111100 1110100 10010000 0 110110 101011 1 101011100 1100000 1001000

Color Harmonies of #FC7490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7490

Black with #FC7490

Text Example


Text Example

White with #FC7490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7490; }

 p { color: rgb(252,116,144); }

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

background-color css

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

 a { background-color: rgb(252,116,144); }

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

border-color css

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

 span { border-color: rgb(252,116,144); }

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