Html Css Color HEX #FA7D9D Tickle Me Pink

📋 copy color: '#FA7D9D'

red 250 ◦ green 125 ◦ blue 157

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

Shades of Tickle Me Pink #FA7D9D

Tints of Tickle Me Pink #FA7D9D

RGB

 RED value IS 250 (98.05% from 255) = 46.99%

 GREEN value IS 125 (49.22% from 255) = 23.5%

 BLUE value IS 157 (61.72% from 255) = 29.51%

R = 46.99%
G = 23.5%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA7D9D (or 0xFA7D9D) is known color: Tickle Me Pink. HEX triplet: FA, 7D and 9D. RGB value is (250,125,157). Sum of RGB (Red+Green+Blue) = 250+125+157=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7D9D is #058262. Grayscale: #A6A6A6. Windows color (decimal): -361059 or 10321402. OLE color: 10321402.

HSL color Cylindrical-coordinate representation of color #FA7D9D: hue angle of 344.64º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7D9D is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 125 157 -
CMYK 0 0.50 0.37 0.02
HSL 344.64º 0.93% 0.74% -
HSV(B) 344.64º 0.5% 0.98% -
XYZ 52.84 37.43 36.34 -
YUV 166.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 250 125 157 0 0.50 0.37 0.02 344.64 0.93 0.74
Hex FA 7D 9D 0 32 25 2 159 5D 4A
Octal 372 175 235 0 62 45 2 531 135 112
Binary 11111010 1111101 10011101 0 110010 100101 10 101011001 1011101 1001010

Color Harmonies of #FA7D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D9D

Black with #FA7D9D

Text Example


Text Example

White with #FA7D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D9D; }

 p { color: rgb(250,125,157); }

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

background-color css

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

 a { background-color: rgb(250,125,157); }

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

border-color css

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

 span { border-color: rgb(250,125,157); }

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