Html Css Color HEX #FF6CA0 Tickle Me Pink

📋 copy color: '#FF6CA0'

red 255 ◦ green 108 ◦ blue 160

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

Shades of Tickle Me Pink #FF6CA0

Tints of Tickle Me Pink #FF6CA0

RGB

 RED value IS 255 (100% from 255) = 48.76%

 GREEN value IS 108 (42.58% from 255) = 20.65%

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

R = 48.76%
G = 20.65%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF6CA0 (or 0xFF6CA0) is known color: Tickle Me Pink. HEX triplet: FF, 6C and A0. RGB value is (255,108,160). Sum of RGB (Red+Green+Blue) = 255+108+160=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CA0 is #00935F. Grayscale: #9D9D9D. Windows color (decimal): -37728 or 10513663. OLE color: 10513663.

HSL color Cylindrical-coordinate representation of color #FF6CA0: hue angle of 338.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6CA0 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 255 108 160 -
CMYK 0 0.58 0.37 0
HSL 338.78º 1% 0.71% -
HSV(B) 338.78º 0.58% 1% -
XYZ 52.95 34.52 37.13 -
YUV 157.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 255 108 160 0 0.58 0.37 0 338.78 1 0.71
Hex FF 6C A0 0 3A 25 0 153 64 47
Octal 377 154 240 0 72 45 0 523 144 107
Binary 11111111 1101100 10100000 0 111010 100101 0 101010011 1100100 1000111

Color Harmonies of #FF6CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6CA0

Black with #FF6CA0

Text Example


Text Example

White with #FF6CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6CA0; }

 p { color: rgb(255,108,160); }

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

background-color css

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

 a { background-color: rgb(255,108,160); }

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

border-color css

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

 span { border-color: rgb(255,108,160); }

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