Html Css Color HEX #FD7FA0 Tickle Me Pink

📋 copy color: '#FD7FA0'

red 253 ◦ green 127 ◦ blue 160

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

Shades of Tickle Me Pink #FD7FA0

Tints of Tickle Me Pink #FD7FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 23.52%

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

R = 46.85%
G = 23.52%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD7FA0 (or 0xFD7FA0) is known color: Tickle Me Pink. HEX triplet: FD, 7F and A0. RGB value is (253,127,160). Sum of RGB (Red+Green+Blue) = 253+127+160=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7FA0 is #02805F. Grayscale: #A8A8A8. Windows color (decimal): -163936 or 10518525. OLE color: 10518525.

HSL color Cylindrical-coordinate representation of color #FD7FA0: hue angle of 344.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FA0 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 127 160 -
CMYK 0 0.50 0.37 0.01
HSL 344.29º 0.97% 0.75% -
HSV(B) 344.29º 0.5% 0.99% -
XYZ 54.44 38.6 37.84 -
YUV 168.44 123.24 188.32 -
System Red Green Blue C M Y K H S L
Decimal 253 127 160 0 0.50 0.37 0.01 344.29 0.97 0.75
Hex FD 7F A0 0 32 25 1 158 61 4B
Octal 375 177 240 0 62 45 1 530 141 113
Binary 11111101 1111111 10100000 0 110010 100101 1 101011000 1100001 1001011

Color Harmonies of #FD7FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7FA0

Black with #FD7FA0

Text Example


Text Example

White with #FD7FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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