Html Css Color HEX #FA6DA0 Tickle Me Pink

📋 copy color: '#FA6DA0'

red 250 ◦ green 109 ◦ blue 160

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

Shades of Tickle Me Pink #FA6DA0

Tints of Tickle Me Pink #FA6DA0

RGB

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

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

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

R = 48.17%
G = 21%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA6DA0 (or 0xFA6DA0) is known color: Tickle Me Pink. HEX triplet: FA, 6D and A0. RGB value is (250,109,160). Sum of RGB (Red+Green+Blue) = 250+109+160=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6DA0 is #05925F. Grayscale: #9C9C9C. Windows color (decimal): -365152 or 10513914. OLE color: 10513914.

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

Color convert

RGB 250 109 160 -
CMYK 0 0.56 0.36 0.02
HSL 338.3º 0.93% 0.7% -
HSV(B) 338.3º 0.56% 0.98% -
XYZ 51.24 33.8 37.08 -
YUV 156.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 250 109 160 0 0.56 0.36 0.02 338.3 0.93 0.7
Hex FA 6D A0 0 38 24 2 152 5D 46
Octal 372 155 240 0 70 44 2 522 135 106
Binary 11111010 1101101 10100000 0 111000 100100 10 101010010 1011101 1000110

Color Harmonies of #FA6DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DA0

Black with #FA6DA0

Text Example


Text Example

White with #FA6DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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