Html Css Color HEX #FD74A0 Tickle Me Pink

📋 copy color: '#FD74A0'

red 253 ◦ green 116 ◦ blue 160

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

Shades of Tickle Me Pink #FD74A0

Tints of Tickle Me Pink #FD74A0

RGB

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

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

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

R = 47.83%
G = 21.93%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD74A0 (or 0xFD74A0) is known color: Tickle Me Pink. HEX triplet: FD, 74 and A0. RGB value is (253,116,160). Sum of RGB (Red+Green+Blue) = 253+116+160=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD74A0 is #028B5F. Grayscale: #A1A1A1. Windows color (decimal): -166752 or 10515709. OLE color: 10515709.

HSL color Cylindrical-coordinate representation of color #FD74A0: hue angle of 340.73º degrees, saturation: 0.97, 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 #FD74A0 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 116 160 -
CMYK 0 0.54 0.37 0.01
HSL 340.73º 0.97% 0.72% -
HSV(B) 340.73º 0.54% 0.99% -
XYZ 53.1 35.91 37.39 -
YUV 161.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 253 116 160 0 0.54 0.37 0.01 340.73 0.97 0.72
Hex FD 74 A0 0 36 25 1 155 61 48
Octal 375 164 240 0 66 45 1 525 141 110
Binary 11111101 1110100 10100000 0 110110 100101 1 101010101 1100001 1001000

Color Harmonies of #FD74A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74A0

Black with #FD74A0

Text Example


Text Example

White with #FD74A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74A0; }

 p { color: rgb(253,116,160); }

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

background-color css

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

 a { background-color: rgb(253,116,160); }

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

border-color css

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

 span { border-color: rgb(253,116,160); }

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