Html Css Color HEX #FD7990 Tickle Me Pink

📋 copy color: '#FD7990'

red 253 ◦ green 121 ◦ blue 144

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

Shades of Tickle Me Pink #FD7990

Tints of Tickle Me Pink #FD7990

RGB

 RED value IS 253 (99.22% from 255) = 48.84%

 GREEN value IS 121 (47.66% from 255) = 23.36%

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

R = 48.84%
G = 23.36%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD7990 (or 0xFD7990) is known color: Tickle Me Pink. HEX triplet: FD, 79 and 90. RGB value is (253,121,144). Sum of RGB (Red+Green+Blue) = 253+121+144=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7990 is #02866F. Grayscale: #A3A3A3. Windows color (decimal): -165488 or 9468413. OLE color: 9468413.

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

Color convert

RGB 253 121 144 -
CMYK 0 0.52 0.43 0.01
HSL 349.55º 0.97% 0.73% -
HSV(B) 349.55º 0.52% 0.99% -
XYZ 52.38 36.57 30.68 -
YUV 163.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 253 121 144 0 0.52 0.43 0.01 349.55 0.97 0.73
Hex FD 79 90 0 34 2B 1 15E 61 49
Octal 375 171 220 0 64 53 1 536 141 111
Binary 11111101 1111001 10010000 0 110100 101011 1 101011110 1100001 1001001

Color Harmonies of #FD7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7990

Black with #FD7990

Text Example


Text Example

White with #FD7990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7990; }

 p { color: rgb(253,121,144); }

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

background-color css

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

 a { background-color: rgb(253,121,144); }

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

border-color css

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

 span { border-color: rgb(253,121,144); }

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