Html Css Color HEX #FD74A1 Tickle Me Pink

📋 copy color: '#FD74A1'

red 253 ◦ green 116 ◦ blue 161

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

Shades of Tickle Me Pink #FD74A1

Tints of Tickle Me Pink #FD74A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.38%

R = 47.74%
G = 21.89%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD74A1 (or 0xFD74A1) is known color: Tickle Me Pink. HEX triplet: FD, 74 and A1. RGB value is (253,116,161). Sum of RGB (Red+Green+Blue) = 253+116+161=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD74A1 is #028B5E. Grayscale: #A2A2A2. Windows color (decimal): -166751 or 10581245. OLE color: 10581245.

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

Color convert

RGB 253 116 161 -
CMYK 0 0.54 0.36 0.01
HSL 340.29º 0.97% 0.72% -
HSV(B) 340.29º 0.54% 0.99% -
XYZ 53.19 35.95 37.85 -
YUV 162.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 253 116 161 0 0.54 0.36 0.01 340.29 0.97 0.72
Hex FD 74 A1 0 36 24 1 154 61 48
Octal 375 164 241 0 66 44 1 524 141 110
Binary 11111101 1110100 10100001 0 110110 100100 1 101010100 1100001 1001000

Color Harmonies of #FD74A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74A1

Black with #FD74A1

Text Example


Text Example

White with #FD74A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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