Html Css Color HEX #FA6BA0 Tickle Me Pink

📋 copy color: '#FA6BA0'

red 250 ◦ green 107 ◦ blue 160

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

Shades of Tickle Me Pink #FA6BA0

Tints of Tickle Me Pink #FA6BA0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.7%

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

R = 48.36%
G = 20.7%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA6BA0 (or 0xFA6BA0) is known color: Tickle Me Pink. HEX triplet: FA, 6B and A0. RGB value is (250,107,160). Sum of RGB (Red+Green+Blue) = 250+107+160=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6BA0 is #05945F. Grayscale: #9B9B9B. Windows color (decimal): -365664 or 10513402. OLE color: 10513402.

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

Color convert

RGB 250 107 160 -
CMYK 0 0.57 0.36 0.02
HSL 337.76º 0.93% 0.7% -
HSV(B) 337.76º 0.57% 0.98% -
XYZ 51.03 33.38 37.01 -
YUV 155.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 250 107 160 0 0.57 0.36 0.02 337.76 0.93 0.7
Hex FA 6B A0 0 39 24 2 152 5D 46
Octal 372 153 240 0 71 44 2 522 135 106
Binary 11111010 1101011 10100000 0 111001 100100 10 101010010 1011101 1000110

Color Harmonies of #FA6BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6BA0

Black with #FA6BA0

Text Example


Text Example

White with #FA6BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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