Html Css Color HEX #FA6D9C Tickle Me Pink

📋 copy color: '#FA6D9C'

red 250 ◦ green 109 ◦ blue 156

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

Shades of Tickle Me Pink #FA6D9C

Tints of Tickle Me Pink #FA6D9C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.17%

 BLUE value IS 156 (61.33% from 255) = 30.29%

R = 48.54%
G = 21.17%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA6D9C (or 0xFA6D9C) is known color: Tickle Me Pink. HEX triplet: FA, 6D and 9C. RGB value is (250,109,156). Sum of RGB (Red+Green+Blue) = 250+109+156=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6D9C is #059263. Grayscale: #9C9C9C. Windows color (decimal): -365156 or 10251770. OLE color: 10251770.

HSL color Cylindrical-coordinate representation of color #FA6D9C: hue angle of 340º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6D9C is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 109 156 -
CMYK 0 0.56 0.38 0.02
HSL 340º 0.93% 0.7% -
HSV(B) 340º 0.56% 0.98% -
XYZ 50.89 33.66 35.27 -
YUV 156.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 250 109 156 0 0.56 0.38 0.02 340 0.93 0.7
Hex FA 6D 9C 0 38 26 2 154 5D 46
Octal 372 155 234 0 70 46 2 524 135 106
Binary 11111010 1101101 10011100 0 111000 100110 10 101010100 1011101 1000110

Color Harmonies of #FA6D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6D9C

Black with #FA6D9C

Text Example


Text Example

White with #FA6D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6D9C; }

 p { color: rgb(250,109,156); }

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

background-color css

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

 a { background-color: rgb(250,109,156); }

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

border-color css

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

 span { border-color: rgb(250,109,156); }

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